Skip to content

Commit bd449b1

Browse files
Jenny PlunkettJennifer Plunkett
authored andcommitted
Fixed more typos
1 parent 391519f commit bd449b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,12 +696,12 @@ When you create a new (local) version control managed program or library, its re
696696
1. Copy the URL/location of the new repository in your clipboard.
697697
1. Open command-line in the local repository directory (for example, change directory to `mbed-os-example/local-lib`).
698698
1. To associate the local repository:
699-
* For Git, run `git remote add origin <url-or-paht-to-your-remote-repo>`.
699+
* For Git, run `git remote add origin <url-or-path-to-your-remote-repo>`.
700700
* For Mercurial, edit .hg/hgrc and add (or replace if exists):
701701

702702
```
703703
[paths]
704-
default = <url-or-paht-to-your-remote-repo>
704+
default = <url-or-path-to-your-remote-repo>
705705
```
706706

707707
1. Run `mbed publish` to publish your changes.
@@ -742,7 +742,7 @@ To update your program to another upstream version, go to the root folder of the
742742
$ mbed update [branch|tag|revision]
743743
```
744744

745-
This fetches new revisions from the remote repository, updating the program to the specified branch, tag or revision. If you don't specificy any of these, then `mbed update` updates to the latest revision of the current branch. `mbed update` performs this series of actions recursively against all dependencies in the program tree.
745+
This fetches new revisions from the remote repository, updating the program to the specified branch, tag or revision. If you don't specify any of these, then `mbed update` updates to the latest revision of the current branch. `mbed update` performs this series of actions recursively against all dependencies in the program tree.
746746

747747
#### Updating a library
748748

0 commit comments

Comments
 (0)