Skip to content

Commit a71c0c5

Browse files
committed
Fix typos
1 parent 811ffcd commit a71c0c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,13 @@ will run the xeus-cpp-lite-demo.ipynb notebook in chrome, with the C++20 kernel,
190190
and stop the script, if the notebook has finished running after 200 seconds. This works for Safari, Chrome and Firefox. It should be noted
191191
that in the case of Safari, safari driver must be enabled, and downloads must be enabled from 127.0.0.1 . Once the script has finished
192192
executing you can compare the notebook download from the one in the repo, to check the deployment works as expected, by executing
193-
(replace notebok_run with the notebook chosen for the Python script)
193+
(replace notebook_run with the notebook chosen for the Python script)
194194

195195
```bash
196196
nbdiff notebook_run $HOME/Downlaods/notebook_run
197197
```
198198

199-
For example after running the above test command, to test no changes have occured, execute
199+
For example after running the above test command, to test no changes have occurred, execute
200200

201201
```bash
202202
nbdiff xeus-cpp-lite-demo.ipynb $HOME/Downlaods/xeus-cpp-lite-demo.ipynb

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ will run the xeus-cpp-lite-demo.ipynb notebook in chrome, with the C++20 kernel,
206206
and stop the script, if the notebook has finished running after 200 seconds. This works for Safari, Chrome and Firefox. It should be noted
207207
that in the case of Safari, safari driver must be enabled, and downloads must be enabled from 127.0.0.1 . Once the script has finished
208208
executing you can compare the notebook download from the one in the repo, to check the deployment works as expected, by executing
209-
(replace notebok_run with the notebook chosen for the Python script)
209+
(replace notebook_run with the notebook chosen for the Python script)
210210

211211
```bash
212212
nbdiff notebook_run $HOME/Downlaods/notebook_run
213213
```
214214

215-
For example after running the above test command, to test no changes have occured, execute
215+
For example after running the above test command, to test no changes have occurred, execute
216216

217217
```bash
218218
nbdiff xeus-cpp-lite-demo.ipynb $HOME/Downlaods/xeus-cpp-lite-demo.ipynb

docs/source/InstallationAndUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@ will run the xeus-cpp-lite-demo.ipynb notebook in chrome, with the C++20 kernel,
187187
and stop the script, if the notebook has finished running after 200 seconds. This works for Safari, Chrome and Firefox. It should be noted
188188
that in the case of Safari, safari driver must be enabled, and downloads must be enabled from 127.0.0.1 . Once the script has finished
189189
executing you can compare the notebook download from the one in the repo, to check the deployment works as expected, by executing
190-
(replace notebok_run with the notebook chosen for the Python script)
190+
(replace notebook_run with the notebook chosen for the Python script)
191191

192192
.. code-block:: bash
193193
194194
nbdiff notebook_run $HOME/Downlaods/notebook_run
195195
196196
197-
For example after running the above test command, to test no changes have occured, execute
197+
For example after running the above test command, to test no changes have occurred, execute
198198

199199
.. code-block:: bash
200200

0 commit comments

Comments
 (0)