From bbf1e9f9044d248b3ae6477c38ca79ec9586d80b Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 27 Sep 2019 16:10:52 -0500 Subject: [PATCH] fix for issue #62 --- nats_server/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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