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