diff --git a/doc/geany.txt b/doc/geany.txt index fbc83ae9..8738d175 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -4985,7 +4985,7 @@ Contributing to this document This document (``geany.txt``) is written in `reStructuredText`__ (or "reST"). The source file for it is located in Geany's ``doc`` subdirectory. If you intend on making changes, you should grab the -source right from git to make sure you've got the newest version. After +source right from Git to make sure you've got the newest version. After editing the file, to build the HTML document to see how your changes look, run "``make doc``" in the subdirectory ``doc`` of Geany's source directory. This regenerates the ``geany.html`` file. To generate a PDF diff --git a/doc/plugins.dox b/doc/plugins.dox index 229112ac..035391ff 100644 --- a/doc/plugins.dox +++ b/doc/plugins.dox @@ -96,7 +96,7 @@ * However, once you have done your fork of geany-plugins you can develop * your plugin until you think its the right time to publish it. At this point create a * pull request for adding your patch set into master branch of geany-plugins. - * Of course, you don't need to use github - just any git is fine. But github + * Of course, you don't need to use github - just any Git is fine. But github * is making it way easier for review, merging and get in touch with you for * comments. *