Skip to content

Commit

Permalink
Correct word spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Libo committed May 16, 2022
1 parent a36a294 commit db660a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/using/pod-install-vs-update.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 72,7 @@ The `Podfile.lock` will keep track of that and note that `A`,`B` and `C` are eac

Later, _user1_ wants to add a pod `D` into their `Podfile`.

**They should thus run `pod install`** afterwards, so that even if the maintener of pod `B` released a version `1.1.0` of their pod since the first execution of `pod install`, the project will keep using version `1.0.0` — because _user1_ only wants to add pod `D`, without risking an unexpected update to pod `B`.
**They should thus run `pod install`** afterwards, so that even if the maintainer of pod `B` released a version `1.1.0` of their pod since the first execution of `pod install`, the project will keep using version `1.0.0` — because _user1_ only wants to add pod `D`, without risking an unexpected update to pod `B`.

> _That's where some people get it wrong, because they use `pod update` here — probably thinking this as "I want to update my *project* with new pods"? — instead of using `pod install` — to install new pods in the project._
Expand Down

0 comments on commit db660a3

Please sign in to comment.