Couple of minor changes to language
diff --git a/content/ApachePulsar/src/main/asciidoc/index.adoc b/content/ApachePulsar/src/main/asciidoc/index.adoc
index 0236a1d..603a937 100644
--- a/content/ApachePulsar/src/main/asciidoc/index.adoc
+++ b/content/ApachePulsar/src/main/asciidoc/index.adoc
@@ -26,7 +26,7 @@
 image::https://pulsar.apache.org/img/pulsar.svg[width=50%]
 
 == Pulsar Features
-Apache Pulsar provides following features:
+Apache Pulsar provides the following features:
 
 * Native support for multiple clusters in a Pulsar instance, with seamless geo-replication of messages across clusters.
 * Very low publish and end-to-end latency.
@@ -115,7 +115,7 @@
 == Pulsar: Authentication and Authorization
 
 Pulsar supports a pluggable authentication mechanism.
-It can be configured at broker and it also supports authorization to identify client and its access rights on topics and tenants.
+It can be configured at the broker. It also supports authorization to identify clients and its access rights on topics and tenants.
 
 == Pulsar: Topic Compaction