diff options
author | Rémy Coutable <remy@rymai.me> | 2016-10-13 19:38:38 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-13 19:38:38 +0200 |
commit | 3a1d9bccd6c3ce8249e90153f4299db1c037eb56 (patch) | |
tree | 2d5b50ed1282601e0b35fa4976eabb4fc82a76c3 | |
parent | c1dd1795ed57c9481a1a9cab81daef39dd218346 (diff) | |
download | gitlab-ce-3a1d9bccd6c3ce8249e90153f4299db1c037eb56.tar.gz |
Fix typo
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r-- | doc/development/api_styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/api_styleguide.md b/doc/development/api_styleguide.md index be303fc6d39..94047dfe173 100644 --- a/doc/development/api_styleguide.md +++ b/doc/development/api_styleguide.md @@ -1,6 +1,6 @@ # API styleguide -This styleguide recommends best practices for the API development. +This styleguide recommends best practices for API development. ## Instance variables |