Skip to content

Commit 7106e87

Browse files
committed
docs: typo fixes
1 parent 59b9cb8 commit 7106e87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/examples/writing-watchers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Reference client
6060

6161
Below is a example of a watcher with more in-depth comments. Mirrors the python example above.
6262
This example will describe how to:
63+
6364
* create buckets
6465
* send events by heartbeats
6566
* insert events without heartbeats
@@ -69,5 +70,5 @@ This example will describe how to:
6970

7071
.. literalinclude:: client.rs
7172

72-
It is recommend to follow conventions and use the ``aw-watcher-<name>`` naming scheme for your watcher.
73+
It is recommended to follow conventions and use the ``aw-watcher-<name>`` naming scheme for your watcher.
7374
It is also recommended for watchers to accept a ``--testing`` flag and a ``--port <port>`` flag to allow users to specify the port to connect to.

0 commit comments

Comments
 (0)