diff --git a/doc/api/groups.md b/doc/api/groups.md
index 0d493fe81920035de7a495eca4d8d83b08c78479..421b067865dd89ab79d5b7ade31d6b58c331f8f8 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -181,12 +181,12 @@ Parameters:
 
 By default, groups only get 20 namespaces at a time because the API results are paginated.
 
-To get more (up to 100), pass the following as an argument to the API call
+To get more (up to 100), pass the following as an argument to the API call:
 ```
 per_page=100
 ```
 
-And to switch pages add 
+And to switch pages add: 
 ```
 page=2
-```
+```
\ No newline at end of file