From 26518469bff30ae05ac672ae0da164446378ca8c Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Mon, 14 Oct 2024 10:06:30 -0400 Subject: [PATCH] typo --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index ed7ae38..71dd7cc 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -13,7 +13,7 @@ import * as tslab from "tslab"; tslab.display.html("Hello tslab!"); ``` -## Global vs Local installtaion +## Global vs Local installation We [recommend to install tslab globally](https://github.com/yunabe/tslab/blob/master/README.md#installing-tslab) by `npm install -g tslab` because you need to register `tslab` command to Jupyter in your environment.