Fix a couple of typos in the namespace api docs. (#12593)
This commit is contained in:
parent
2bd95232cf
commit
8a0250d277
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue