From 21cfc1c547ddd01f07e006b7582502b4d52871ab Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Mon, 18 May 2015 01:08:12 -0700 Subject: [PATCH] Fixed spelling in comment for RepositoryFileApi. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94af741b..cbf6b3b4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ List branches = gitLabApi.getRepositoryApi().getBranches(); RepositoryFileApi: ```java -// Get info (name, size, ...) and the content ifrom a file in repository +// Get info (name, size, ...) and the content from a file in repository RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile("file-path", 1234, "ref"); ``` -- GitLab