We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb76e4a commit c934d1cCopy full SHA for c934d1c
1 file changed
src/examples/writing-watchers.rst
@@ -60,6 +60,7 @@ Reference client
60
61
Below is a example of a watcher with more in-depth comments. Mirrors the python example above.
62
This example will describe how to:
63
+
64
* create buckets
65
* send events by heartbeats
66
* insert events without heartbeats
@@ -69,5 +70,5 @@ This example will describe how to:
69
70
71
.. literalinclude:: client.rs
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.
74
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