From 41469e5c5d4ba2d665be75678d0966b922896bdf Mon Sep 17 00:00:00 2001
From: Karen Carias <karen@gitlab.com>
Date: Thu, 28 May 2015 16:49:08 +0000
Subject: [PATCH] fixed namespaces info

---
 doc/api/groups.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/api/groups.md b/doc/api/groups.md
index 0d493fe8192..421b067865d 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
-- 
GitLab