Merge pull request #148 from 7ma7X/patch-1

fix typo
This commit is contained in:
Greg Van Liew
2019-01-30 07:15:56 -08:00
committed by GitHub

View File

@ -59,7 +59,7 @@ class CatCodingPanel {
// Enable javascript in the webview
enableScripts: true,
// And restric the webview to only loading content from our extension's `media` directory.
// And restrict the webview to only loading content from our extension's `media` directory.
localResourceRoots: [
vscode.Uri.file(path.join(extensionPath, 'media'))
]
@ -190,4 +190,4 @@ function getNonce() {
text += possible.charAt(Math.floor(Math.random() * possible.length));
}
return text;
}
}