Fix a couple of typos in the namespace api docs. (#12593)

This commit is contained in:
Nick Cabatoff 2021-09-21 09:15:51 -04:00 committed by GitHub
parent 2bd95232cf
commit 8a0250d277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ $ curl \
## Create Namespace
This endpoint creates a namespace at the givent path.
This endpoint creates a namespace at the given path.
| Method | Path |
| :----- | :---------------------- |
@ -42,7 +42,7 @@ This endpoint creates a namespace at the givent path.
### Parameters
- `path` `(string: <required>)`  Specifies the path where the namespace
will be namespace. This is specified as part of the URL.
will be created.
### Sample Request