Skip to content

Commit ef38ebe

Browse files
committed
fix small typo
1 parent dc3ab3e commit ef38ebe

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
@@ -180,4 +180,4 @@ Moreover, as we are working with deduplication of dependencies and the extension
180180
}
181181
}
182182
```
183-
This ensures your extension will get the exact same token the provider is using to identify the service and exclud it from its bundle as the provider will give a copy of the token. You can read more about deduplication of dependencies [here](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#deduplication-of-dependencies), in the official Extension Developer Guide for JupyterLab.
183+
This ensures your extension will get the exact same token the provider is using to identify the service and exclude it from its bundle as the provider will give a copy of the token. You can read more about deduplication of dependencies [here](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#deduplication-of-dependencies), in the official *Extension Developer Guide for JupyterLab*.

0 commit comments

Comments
 (0)