diff --git a/nats_server/authorization.md b/nats_server/authorization.md index b38fd09..719cc02 100644 --- a/nats_server/authorization.md +++ b/nats_server/authorization.md @@ -14,7 +14,7 @@ The `permissions` map specify subjects that can be subscribed to or published by | Property | Description | | :------ | :---- | | `publish` | subject, list of subjects, or permission map the client can publish | -| `subscribe` | subject, list of subjects, or permission map the client can publish | +| `subscribe` | subject, list of subjects, or permission map the client can subscribe | ### Permission Map