@@ -4,7 +4,7 @@ Documentation Practices
44=======================
55PyAnsys documentation must not only be written but also maintained. If you are
66new to writing developer documentation, see the `Google Developer Documentation
7- Style Guide <https://developers.google.com/style/articles > `_. It provides
7+ Style Guide <https://developers.google.com/style> `_. It provides
88editorial guidelines for writing clear and consistent developer documentation,
99allowing this guide to supply guidance specific to PyAnsys library
1010documentation.
@@ -186,7 +186,7 @@ Cloning a GitHub Repository
186186---------------------------
187187Contributing to a GitHub repository requires that you first clone the repository. While developers
188188likely know many ways to do this, technical documentation specialists may need to review the
189- following instructions for using either Windows PowerShell or GitBash to clone a GitHub repository.
189+ following instructions for using either Windows PowerShell or Git Bash to clone a GitHub repository.
190190
191191Using Windows PowerShell to Clone a GitHub Repository
192192~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -218,12 +218,12 @@ To use Windows PowerShell to clone a GitHub repository:
218218.. note ::
219219 In PowerShell, typing ``dir `` is the equivalent to typing ``ls ``.
220220
221- Using GitBash to Clone a GitHub Repository
222- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
223- To use GitBash to clone a GitHub repository:
221+ Using Git Bash to Clone a GitHub Repository
222+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
223+ To use Git Bash to clone a GitHub repository:
224224
225225#. In the directory where you want to clone PyAnsys repositories, right-click and
226- select ``GitBash Here ``.
226+ select ``Git Bash Here ``.
227227
228228#. Type ``git clone `` followed by the address of the repo to clone.
229229
@@ -347,7 +347,7 @@ the GitHub PR:
347347
348348 If your PR is ready for review, select ``Create pull request ``. Otherwise,
349349 select ``Create draft pull request `` and mark it as ready for review once
350- you it includes all of your changes and you are satisfied with it.
350+ it includes all of your changes and you are satisfied with it.
351351
352352 If you need to change a PR title, to its right, click the ``Edit `` button,
353353 which becomes a ``Save `` button while you are in editing mode.
0 commit comments