diff --git a/website/content/api-docs/system/namespaces.mdx b/website/content/api-docs/system/namespaces.mdx index 611ca36ca..140cacc48 100644 --- a/website/content/api-docs/system/namespaces.mdx +++ b/website/content/api-docs/system/namespaces.mdx @@ -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: )` – Specifies the path where the namespace - will be namespace. This is specified as part of the URL. + will be created. ### Sample Request