summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-22 19:32:03 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-22 19:32:03 +0000
commit403c209568826d21d4e073e9e3b664dc1d65de8d (patch)
tree86f6375ff41e53c48084eef894dfd93038c9a34f
parentd98e1a42aadbecd94f8eab9e292de22684c25b71 (diff)
downloadgitlab-ce-docs/dz-routing-scope.tar.gz
Apply suggestion to doc/development/routing.mddocs/dz-routing-scope
-rw-r--r--doc/development/routing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/routing.md b/doc/development/routing.md
index b3bd0c7e4c1..e9c0ad8d4e8 100644
--- a/doc/development/routing.md
+++ b/doc/development/routing.md
@@ -19,7 +19,7 @@ this is a special endpoint to edit the `gitlab-com` group.
To eliminate the ambiguity and to make the backend easier to maintain,
we introduced the `/-/` scope. The purpose of it is to separate group or
project paths from the rest of the routes. Also it helps to reduce the
-amount of [reserved names](../user/reserved_names.md).
+number of [reserved names](../user/reserved_names.md).
## Global routes