Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos across the codebase #1231

Merged
merged 22 commits into from
Jan 18, 2024
Merged
Prev Previous commit
Next Next commit
spelling: dependencies
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jan 18, 2024
commit 1a7135f73f028d5e0b32595c14495917aa7c0b8d
2 changes: 1 addition & 1 deletion docs/best-practices/continuous-integration/codemagic.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ workflows:

It is recommended to run your *fastlane* lanes using the `codemagic.yaml` configuration file.

You should install your depenpendencies with `bundle install` and then execute the *fastlane* lane with `bundle exec fastlane <lane_name>` as follows:
You should install your dependencies with `bundle install` and then execute the *fastlane* lane with `bundle exec fastlane <lane_name>` as follows:

```yaml
scripts:
Expand Down