Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Feb 21, 2023
1 parent fa306f8 commit a34c879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct SuperCoolApp: App {

- `1.1` - Create a new settings tab with the initializer for `SettingsTab` inside the `settings(_:)` modifier on a scene.
- `1.2` - Create a new settings subtab with the initializer for `SettingsSubtab` inside a `SettingsTab` initializer.
- `1.3` - Extend an existing type by using `.extend(id:)` and providing the ID of the settings tab to extend.
- `1.3` - Extend an existing tab by using `.extend(id:)` and providing the ID of the settings tab to extend.
- `1.4` - Create a new settings subtab by using `.noSelection` that is displayed if there is not a selected subtab.
- `2.1` - Use the `.shortcut()` modifier on a settings tab or subtab so that this tab or subtab is opened when the user presses `⌘,`.
- `2.2` - Use the `.standardActions(add:remove:options:)` modifier on a settings tab for adding a „+“, „-„ and optionally „⋯“ toolbar button to the sidebar. You can also add a custom toolbar with `.actions(content:)`.
Expand Down Expand Up @@ -144,4 +144,4 @@ struct SuperCoolApp: App {
[14]: https://github.com/realm/SwiftLint
[15]: https://github.com/apple/swift

[image-1]: Icons/GitHubBanner.png
[image-1]: Icons/GitHubBanner.png

0 comments on commit a34c879

Please sign in to comment.