Skip to content

Commit 2489b88

Browse files
author
wangyang59
committed
fixed a typo
1 parent b45246b commit 2489b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getstarted/build_and_install/build_from_source_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd paddle
1414
git submodule update --init --recursive
1515
```
1616

17-
If you already have a local PaddlePaddle repo and have not initialized the submodule, your local submodule folder will be empty. You can simply run the last line of the above codes in your PaddlePaddle home directory to initialze your submodule folder.
17+
If you already have a local PaddlePaddle repo and have not initialized the submodule, your local submodule folder will be empty. You can simply run the last line of the above codes in your PaddlePaddle home directory to initialize your submodule folder.
1818

1919
If you have already initialized your submodule and you would like to sync with the upstream submodule repo, you can run the following command
2020
```

0 commit comments

Comments
 (0)