Skip to content

Commit e529dc2

Browse files
committed
fix: typo
1 parent 693e5a2 commit e529dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)