projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901748f
)
Fix typo in typescript.md
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 13 Apr 2021 11:55:05 +0000
(13:55 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 13 Apr 2021 11:55:05 +0000
(13:55 +0200)
docs/javascript/typescript.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/javascript/typescript.md
b/docs/javascript/typescript.md
index daf9a23739f3ce12d06b22c2374494b2dab6b865..b39bd885417af93ca68bce279d5b3642fd71f8ff 100644
(file)
--- a/
docs/javascript/typescript.md
+++ b/
docs/javascript/typescript.md
@@
-137,7
+137,7
@@
After completing this initial set-up you can start writing your first TypeScript
The TypeScript compiler can be launched in Watch Mode by running `npx tsc -w`.
WoltLab Suite’s modules can be imported using the standard ECMAScript module import syntax by specifying the full module name.
-The public API of the module can also be exported using the standard ECMAS
C
ript module export syntax.
+The public API of the module can also be exported using the standard ECMAS
c
ript module export syntax.
```typescript
import * as Language from "WoltLabSuite/Core/Language";