Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 17, 2024
1 parent 7def4bd commit 26bfc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-ts/examples/chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To start the example follow these steps:
4. Open second browser window on the same address, connect to server and test the chat

The example uses "importmap" approach to run the project. This means that the javascript code
is loaded by browser directly, without additional bundling. This is done purposedly to
is loaded by browser directly, without additional bundling. This is done purposely to
verify that the zenoh-ts library is ready to be used in browser without additional tooling.

Note though that not all dependent libraries follows this rule. Some of them (e.g. `channel-ts`)
Expand Down

0 comments on commit 26bfc74

Please sign in to comment.