Commit 21cfc1c5 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed spelling in comment for RepositoryFileApi.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -59,7 +59,7 @@ List<Branch> 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");
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment