diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md
index 2609185eee..c39cda3baa 100644
--- a/docs/api-guide/routers.md
+++ b/docs/api-guide/routers.md
@@ -293,7 +293,7 @@ The following mappings would be generated...
URL | HTTP Method | Action | URL Name |
/users | GET | list | user-list |
/users/{username} | GET | retrieve | user-detail |
- /users/{username}/group-names | GET | group_names | user-group-names |
+ /users/{username}/group_names | GET | group_names | user-group-names |
For another example of setting the `.routes` attribute, see the source code for the `SimpleRouter` class.