Skip to content

Commit

Permalink
fix: typo (#4791)
Browse files Browse the repository at this point in the history
<!-- Please make sure to read CONTRIBUTING.md, then delete this notice
and replace it with your PR description. The below sign-off certifies
that the contribution is your original work and that you license the
work to the project under the Apache-2.0 license. We cannot accept
contributions without it. -->

Signed-off-by: Your Name <[email protected]>
  • Loading branch information
derekcollison authored Nov 12, 2023
2 parents 436cf87 + df2b457 commit 108f76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/README-MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Here is the overview of how we set up and use JetStream **streams**,
## JetStream API

All interactions with JetStream are performed via `mqttJSA` that sends NATS
requests to JetStream. Most are processed syncronously and await a response,
requests to JetStream. Most are processed synchronously and await a response,
some (e.g. `jsa.sendAck()`) are sent asynchronously. JetStream API is usually
referred to as `jsa` in the code. No special locking is required to use `jsa`,
however the asynchronous use of JetStream may create race conditions with
Expand Down

0 comments on commit 108f76c

Please sign in to comment.