Unverified Commit ad3eed8e authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Fixed typo.

parent fea39f0b
......@@ -410,7 +410,7 @@ License license = gitLabApi.getLicenseApi().getLicense();
#### LicenseTemplatesApi
```java
// Get a list of open sourcse license templates
List<LicenseTemplate> licenses = gitLabApi.getLicenseTemplateApi().getLicenseTemplates();
List<LicenseTemplate> licenses = gitLabApi.getLicenseTemplatesApi().getLicenseTemplates();
```
#### MergeRequestApi
......
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