Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorJeremy Anderson <jeremy@code-adept.com>2012-07-31 18:34:06 +0400
committerJeremy Anderson <jeremy@code-adept.com>2012-07-31 18:34:06 +0400
commitce837f3d1bbacd3dc9e9171d66f3cf5ed3317c7f (patch)
tree6374d2ab4dc050c8f935071bad9e6c6d4725d7e3 /doc/api
parent69c4cea65a7ba13469f43914fbdccf592053fec8 (diff)
fixed typo
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 1475fbec23a..ead31003512 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -318,6 +318,6 @@ Parameters:
+ `id` (required) - The ID or code name of a project
+ `sha` (required) - The commit or branch name
-+ `filepath` (required) - The path th the file
++ `filepath` (required) - The path the file
Will return the raw file contents.