config-project-config: Remove wrong option name

The createNewChangeForAllNotInTarget option isn't named
'create-new-change-for-all-not-in-target', but its name is
'createNewChangeForAllNotInTarget`.

'create-new-change-for-all-not-in-target' is an option of the SSH
create-project. Likely it was a copy&paste mistake to include the wrong
name here.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I293ecd96f336413cef732f07227036f0c5e79f3a
diff --git a/Documentation/config-project-config.txt b/Documentation/config-project-config.txt
index a01df50..ba7b1c3 100644
--- a/Documentation/config-project-config.txt
+++ b/Documentation/config-project-config.txt
@@ -262,10 +262,10 @@
 
 [[receive.createNewChangeForAllNotInTarget]]receive.createNewChangeForAllNotInTarget::
 +
-The `create-new-change-for-all-not-in-target` option provides a
-convenience for selecting link:user-upload.html#base[the merge base]
-by setting it automatically to the target branch's tip so you can
-create new changes for all commits not in the target branch.
+This option provides a convenience for selecting
+link:user-upload.html#base[the merge base] by setting it automatically
+to the target branch's tip so you can create new changes for all
+commits not in the target branch.
 
 This option is disabled if the tip of the push is a merge commit.