merlimat closed pull request #1986: Fixed message popover def URL: https://github.com/apache/incubator-pulsar/pull/1986
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site/_data/popovers.yaml b/site/_data/popovers.yaml index c8cf38c261..29cf771436 100644 --- a/site/_data/popovers.yaml +++ b/site/_data/popovers.yaml @@ -63,7 +63,7 @@ ledger: def: An append-only data structure in BookKeeper that is used to persistently store messages in Pulsar topics. message: q: What is a message in Pulsar? - def: Messages are the basic "unit" of Pulsar. They're what producers publish to topics and what consumers then consume from topics. + def: Messages are the basic unit of Pulsar. They're what producers publish to topics and what consumers then consume from topics. multi-tenancy: q: What is multi-tenancy? def: The ability to isolate namespaces, specify quotas, and configure authentication and authorization on a per-property basis. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
