We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1dd09d + 5d7d685 commit 0f8ac8eCopy full SHA for 0f8ac8e
pyscriptjs/src/components/pyenv.ts
@@ -50,7 +50,7 @@ export class PyEnv extends HTMLElement {
50
51
async function loadEnv() {
52
await loadPackage(env, runtime);
53
- console.log('enviroment loaded');
+ console.log('environment loaded');
54
}
55
56
async function loadPaths() {
@@ -63,6 +63,6 @@ export class PyEnv extends HTMLElement {
63
64
addInitializer(loadEnv);
65
addInitializer(loadPaths);
66
- console.log('enviroment loading...', this.env);
+ console.log('environment loading...', this.env);
67
68
0 commit comments