summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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