Skip to content

Commit e31e882

Browse files
update typo in line 49 $ cd myapp && tyarn to $ cd myapp && yarn (#647)
1 parent 241123e commit e31e882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With umi@3, it's a good template, pro is the basic template, it only provides th
4646
Install dependencies:
4747

4848
```shell
49-
$ cd myapp && tyarn
49+
$ cd myapp && yarn
5050
// or
5151
$ cd myapp && npm install
5252
```

0 commit comments

Comments
 (0)