Skip to content

Commit 7760265

Browse files
authored
Fix typos (jupyter#7472)
1 parent 59f8c30 commit 7760265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,7 @@ installing on Windows ([3220](https://github.com/jupyter/notebook/pull/3220)).
25332533

25342534
## 5.3.0
25352535

2536-
This release introduces a couple noteable improvements, such as terminal
2536+
This release introduces a couple notable improvements, such as terminal
25372537
support for Windows and support for OS trash (files deleted from the
25382538
notebook dashboard are moved to the OS trash vs. deleted permanently).
25392539

docs/source/migrating/custom-themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is for example the case for community contributed themes such as [jupyter-t
88

99
Fortunately installing a custom theme for Notebook 7 is very easy. It is the same process as installing a regular extension.
1010

11-
For exampe let's say you want to install the [JupyterLab Night](https://github.com/martinRenou/jupyterlab-night) theme. You can do so by running the following command:
11+
For example let's say you want to install the [JupyterLab Night](https://github.com/martinRenou/jupyterlab-night) theme. You can do so by running the following command:
1212

1313
```bash
1414
pip install jupyterlab-night

0 commit comments

Comments
 (0)