Skip to content

Commit 17366e3

Browse files
authored
docs: fix sentence in azure docs (#1091)
* docs: fix sentence in azure docs Rewrite the sentence for it to make more sense * Update content/nginxaas-azure/quickstart/runtime-state-sharing.md
1 parent a604196 commit 17366e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginxaas-azure/quickstart/runtime-state-sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With runtime state sharing, NGINXaaS instances can share some state data between
1616
- [Rate limiting](https://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_zone)
1717
- [Key‑value store](https://nginx.org/en/docs/http/ngx_http_keyval_module.html#keyval_zone)
1818

19-
{{< call-out "note" >}} Can not add the `sync` parameter with a directive describing shared memory zones to an existing memory zone that was not configured to sync. It also cannot be removed from an existing memory zone configured to sync. To switch, remove the directive before reapplying it with the desired parameters.{{< /call-out >}}
19+
{{< call-out "note" >}} It's not possible to add the `sync` parameter with a directive describing shared memory zones to an existing memory zone that was not configured to sync. It also cannot be removed from an existing memory zone configured to sync. To switch, remove the directive before reapplying it with the desired parameters.{{< /call-out >}}
2020

2121
For information on enabling synchronization for rate limiting with NGINXaaS for Azure, please visit the [Rate Limiting]({{< ref "/nginxaas-azure/quickstart/rate-limiting.md" >}}) documentation.
2222

0 commit comments

Comments
 (0)