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

Fixed spelling in comment for RepositoryFileApi.

parent 5becb8b1
...@@ -59,7 +59,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches(); ...@@ -59,7 +59,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches();
RepositoryFileApi: RepositoryFileApi:
```java ```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"); 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