diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-06 17:17:14 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-06 17:17:14 +0200 |
| commit | 9523934828403b93a29f2c139366a7bcf2ae33c9 (patch) | |
| tree | a182c091d898bff0c0c5f26e9d67435245e6e3cf /src/blog/2025-06-06-webdev/webdev.md | |
| parent | 958502fb3521c274144ce6cc8294ed155207f7f1 (diff) | |
| download | sebastiano.tronto.net-9523934828403b93a29f2c139366a7bcf2ae33c9.tar.gz sebastiano.tronto.net-9523934828403b93a29f2c139366a7bcf2ae33c9.zip | |
Fixed typo
Diffstat (limited to 'src/blog/2025-06-06-webdev/webdev.md')
| -rw-r--r-- | src/blog/2025-06-06-webdev/webdev.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2025-06-06-webdev/webdev.md b/src/blog/2025-06-06-webdev/webdev.md index 15bc282..fa02ab3 100644 --- a/src/blog/2025-06-06-webdev/webdev.md +++ b/src/blog/2025-06-06-webdev/webdev.md | |||
| @@ -567,7 +567,7 @@ in node, becomes: | |||
| 567 | ``` | 567 | ``` |
| 568 | import MyLibrary from "./library.mjs" | 568 | import MyLibrary from "./library.mjs" |
| 569 | 569 | ||
| 570 | var myLibraryInstance = away MyLibrary(); | 570 | var myLibraryInstance = await MyLibrary(); |
| 571 | 571 | ||
| 572 | const result = myLibraryInstance(6, 7); | 572 | const result = myLibraryInstance(6, 7); |
| 573 | console.log("The answer is " + result); | 573 | console.log("The answer is " + result); |
