From 25cefed095800a60a3cf78bdb9c0bfe614c94a94 Mon Sep 17 00:00:00 2001 From: "B. Burt" <97593291+beeburrt@users.noreply.github.com> Date: Tue, 13 Dec 2022 01:28:58 -0800 Subject: [PATCH] Fix typo on plugs.md (#191) --- website/πŸ”Œ Plugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/πŸ”Œ Plugs.md b/website/πŸ”Œ Plugs.md index f0e36f7a..df4b6a8f 100644 --- a/website/πŸ”Œ Plugs.md +++ b/website/πŸ”Œ Plugs.md @@ -79,7 +79,7 @@ Once you’re happy with your plug, you can distribute it in various ways: - You can put it on github by simply committing the resulting `.plug.json` file there and instructing users to point to by adding `- github:yourgithubuser/yourrepo/yourplugname.plug.json` to their `PLUGS` file -- Add a release in your github repo and instruct users to add the release as `- ghr:yourgithubuser/yourrepo` or if they need a spcecific release `- ghr:yourgithubuser/yourrepo/release-name` +- Add a release in your github repo and instruct users to add the release as `- ghr:yourgithubuser/yourrepo` or if they need a specific release `- ghr:yourgithubuser/yourrepo/release-name` - You can put it on any other web server, and tell people to load it via https, e.g. `- https://mydomain.com/mypugname.plug.json`. ### Recommended development workflow