Skip to content

Commit b699a7e

Browse files
authored
Merge pull request tmux-plugins#216 from yasudanaoya/fix/typo
fix: typo
2 parents 693e5a2 + 49c51f3 commit b699a7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/how_to_create_plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ That should set up the key binding. Now hit `prefix + T` and see if it works.
9292
### 6. publish the plugin
9393

9494
When everything is ready, push the plugin to an online git repository,
95-
preferably Github.
95+
preferably GitHub.
9696

9797
Other users can install your plugin by just adding plugin git URL to the
9898
`@plugin` list in their `.tmux.conf`.
9999

100-
If the plugin is on Github, your users will be able to use the shorthand of
100+
If the plugin is on GitHub, your users will be able to use the shorthand of
101101
`github_username/repository`.
102102

103103
### Conclusion

scripts/install_plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clone() {
2626

2727
# tries cloning:
2828
# 1. plugin name directly - works if it's a valid git url
29-
# 2. expands the plugin name to point to a github repo and tries cloning again
29+
# 2. expands the plugin name to point to a GitHub repo and tries cloning again
3030
clone_plugin() {
3131
local plugin="$1"
3232
local branch="$2"

0 commit comments

Comments
 (0)