mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Fixing typo in Modal
This commit is contained in:
parent
b46a73eac5
commit
a295d5a613
@ -22,7 +22,7 @@ URL to your GitLab instance should not include `/api/v4` path.
|
||||
```javascript
|
||||
// Connection
|
||||
const GitlabAPI = require('gitlab-api')({
|
||||
url: 'http://example.com' // Defaults to http://gitlab.com
|
||||
url: 'http://example.com', // Defaults to http://gitlab.com
|
||||
token: 'abcdefghij123456'
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user