Skip to content

Commit 09b6373

Browse files
committed
fix typo
1 parent 5c2b4e3 commit 09b6373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/other_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = /** @type { import('webpack').Configuration } */ ({
146146
});
147147
```
148148

149-
and by connecting the `webpack` config to your `jupyterlab` intstance, by adding the following line inside your `package.json`:
149+
and by connecting the `webpack` config to your `jupyterlab` instance, which entails adding the following line inside your `package.json`:
150150

151151
```json
152152
"jupyterlab": {

0 commit comments

Comments
 (0)