Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cd1bdd

Browse files
doggy8088gitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 58e3691 commit 6cd1bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/hello-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ console.log(sayHello(user));
5454
index.ts(6,22): error TS2345: Argument of type 'number[]' is not assignable to parameter of type 'string'.
5555
```
5656

57-
但是還是建立了 js 檔案:
57+
但是還是產生了 js 檔案:
5858

5959
```javascript
6060
function sayHello(person) {

0 commit comments

Comments
 (0)