Skip to content

Commit

Permalink
Small typo fixes on website (apache#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Aug 2, 2017
1 parent d305d2e commit aa56970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ There is a Pulsar slack channel that is used for informal discussions for devs a

The Slack instance is at [https://apache-pulsar.slack.com/](https://apache-pulsar.slack.com/)

You can self-register at [https://apache-pulsar.herokuapp.com/](https://apache-pulsar.slack.com/)
You can self-register at [https://apache-pulsar.herokuapp.com/](https://apache-pulsar.herokuapp.com/)
6 changes: 3 additions & 3 deletions site/docs/latest/admin/AdminInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ GET /admin/clusters/{cluster}/namespaceIsolationPolicies
admin.clusters().getNamespaceIsolationPolicies(clusterName)
```

## Managing non-peristent topics
## Managing non-persistent topics

Non-persistent can be used in applications that only want to consume real time published messages and
do not need persistent guarantee that can also reduce message-publish latency by removing overhead of
Non-persistent can be used in applications that only want to consume real time published messages and
do not need persistent guarantee that can also reduce message-publish latency by removing overhead of
persisting messages.

{% include explanations/non-persistent-topic-admin.md %}
Expand Down

0 comments on commit aa56970

Please sign in to comment.