Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit e9285d9

Browse files
authored
Fixed typo in title
1 parent 737ea65 commit e9285d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scriptedforms/docs/create-your-own-angular-jupyterlab-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create your own Angular JupyerLab extension
1+
# Create your own Angular JupyterLab extension
22

33
ScriptedForms is built on top of [Angular](https://angular.io) and it is
44
embedded within [PhosphorJS](http://phosphorjs.github.io/) so that it can be
@@ -72,4 +72,4 @@ extension has been included.
7272

7373
Importantly within the package.json file the `html-loader` is listed as a dependency
7474
not a `devDependency`. That way JupyterLab will install the `html-loader` package when it is
75-
building your extension.
75+
building your extension.

0 commit comments

Comments
 (0)