Skip to content

Commit 6c2146d

Browse files
committed
docs: Fix typos
1 parent dfb2ba6 commit 6c2146d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/SwiftCrossUI/SwiftCrossUI.docc/Hot reloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Overview
44

55
SwiftCrossUI supports hot reloading when used together with Swift Bundler.
6-
Currently this is only support on macOS, but the macros work everywhere so
6+
Currently this is only supported on macOS, but the macros work everywhere so
77
that you can safely leave them in even when unused.
88

99
Use ``HotReloadable`` to enable hot reloading within your app. Use
1010
``hotReloadable`` to define hot reloading boundaries; anything within a hot
11-
reloading boundary gets reloaded during hot loading (with state persisted),
11+
reloading boundary gets reloaded during hot reloading (with state persisted),
1212
and everything outside remains unchanged within any given hot reloading session.
1313

1414
## Topics

Sources/SwiftCrossUI/SwiftCrossUI.docc/Quick start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Running your new app with Swift Bundler is as simple as it gets!
3333
swift bundler run
3434
```
3535

36-
On macOS you can provide the `--device <device_name_or_id>` option to run the app on a connacted iOS or tvOS device, or the `--simulator <simulator_name_or_id>` option to run the app in a simulator.
36+
On macOS you can provide the `--device <device_name_or_id>` option to run the app on a connected iOS or tvOS device, or the `--simulator <simulator_name_or_id>` option to run the app in a simulator.
3737

3838
```sh
3939
# You can use any substring of the target device name. For example,

0 commit comments

Comments
 (0)