From 4e0b4b6d63e3605ca6955c79f80425d27eccde61 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: May 02 2018 13:30:42 +0000 Subject: doc: minor grammatical fix in usage/pull_requests --- diff --git a/doc/usage/pull_requests.rst b/doc/usage/pull_requests.rst index c8f247c..eaf4cfc 100644 --- a/doc/usage/pull_requests.rst +++ b/doc/usage/pull_requests.rst @@ -107,7 +107,7 @@ pushing it to your remote fork. Working with Pull Requests -------------------------- It's quite common to work with a pull request locally, either to build on top of -it or to test it. You can do this by editing your git configuration as follow. +it or to test it. You can do this by editing your git configuration as follows. Locate your remote in the ``.git/config`` file, for example:: [remote "origin"]