Skip to content

Commit 5b0a1f0

Browse files
ntachevadimodi
andauthored
Update knowledge-base/typescript-exports-error.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 3624320 commit 5b0a1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/typescript-exports-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function test() {
5757
>caption Resulting output in the JS file (generated through the `Microsoft.TypeScript.MSBuild` package Visual Studio offers to install for you to build TS, other compilers often have similar default output)
5858
5959
<div class="skip-repl"></div>
60-
````MyScript.js
60+
````JavaScript MyScript.js
6161
"use strict";
6262
Object.defineProperty(exports, "__esModule", { value: true });
6363
exports.test = void 0;

0 commit comments

Comments
 (0)