Skip to content

Commit 42a5b95

Browse files
Typos/grammar
Co-authored-by: Robert Knight <[email protected]>
1 parent e5a1ca2 commit 42a5b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and develop the simulator software.
1212
The simulator is designed to be embedded into other web applications
1313
as an iframe. The embedding API and URLs are not yet stable and are
1414
subject to change. If you are interested in embedding the simulator
15-
in your appplication please [get in touch](mailto:[email protected]).
15+
in your application please [get in touch](mailto:[email protected]).
1616

1717
The URL to embed is https://stage-python-simulator.microbit.org/simulator.html (subject to change, still under development).
1818

@@ -26,7 +26,7 @@ string and is used to style the play button. E.g., https://stage-python-simulato
2626
It connects the iframe to a terminal and provides a simple interface for
2727
sensors.
2828

29-
The following sections documents the messages supported by the iframe embed
29+
The following sections document the messages supported by the iframe embed
3030
via postMessage.
3131

3232
### Messages sent to parent window from iframe
@@ -283,7 +283,7 @@ Then run (from this top-level directory):
283283

284284
$ make
285285

286-
Once it is built the pages in build/ needs to be served, e.g. via:
286+
Once it is built the pages in build/ need to be served, e.g. via:
287287

288288
$ npx serve build
289289

0 commit comments

Comments
 (0)