Skip to content

Commit

Permalink
Fix a couple of typos in the namespace api docs. (#12593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Sep 21, 2021
1 parent e835021 commit cf2000c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/api-docs/system/namespaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :----- | :---------------------- |
Expand All @@ -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

Expand Down

0 comments on commit cf2000c

Please sign in to comment.