Skip to content

Commit 8790664

Browse files
authored
fix lint issues (#695)
1 parent 084c77e commit 8790664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/mobile/ios/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ sidebar_position: 1
4343
> when files have been added, removed or moved). It is typically best practice to run
4444
> `bootstrap.sh` any time you switch branches or pull down changes.
4545
>
46-
> If you're using [swiftly](https://github.com/swiftlang/swiftly) to manage Swift versions, some packages require
47-
> a different Swift version than the default one, which can cause conflicts.
48-
> If you see related errors, try **`swiftly run Scripts/bootstrap.sh +xcode`**.
46+
> If you're using [swiftly](https://github.com/swiftlang/swiftly) to manage Swift versions, some
47+
> packages require a different Swift version than the default one, which can cause conflicts. If
48+
> you see related errors, try **`swiftly run Scripts/bootstrap.sh +xcode`**.
4949
5050
Alternatively, you can create git hooks to automatically execute the `bootstrap.sh` script every
5151
time a git hook occurs. To use the git hook scripts already defined in the `Scripts` directory,

0 commit comments

Comments
 (0)