Skip to content

Commit

Permalink
Merge pull request #85 from acco/patch-1
Browse files Browse the repository at this point in the history
Fix typo in getting_started.md
  • Loading branch information
mmmries authored Oct 2, 2023
2 parents 277a3db + 5e75409 commit ae8c14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def start(_type, _args) do
Let's now publish some messages to our `HELLO` stream, so something will be waiting for our
application to be read when it starts.

## Publising messages to streams
## Publishing messages to streams

Jetstream listens on regular NATS subjects, so publishing messages is dead simple with `Gnat.pub/3`:

Expand Down

0 comments on commit ae8c14d

Please sign in to comment.