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

Commit 8eade6e

Browse files
author
Simon Biggs
authored
Merge pull request #290 from mwouts/patch-1
Fixed typo in title
2 parents 737ea65 + e9285d9 commit 8eade6e

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)