Skip to content

Commit

Permalink
Fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 15, 2023
1 parent 2ad9373 commit fa775f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Open geteduroam.xcodeproj in a current version of Xcode (at least 14.3) and sele

## Technical Design

The app is designed using [The Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture) (TCA) with SwiftUI. It uses modules its various features. The app itself only contains a minimal amount of code as well as some theming.
The app is designed using [The Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture) (TCA) with SwiftUI. It uses modules to implement its various features. The app itself only contains a minimal amount of code as well as some theming.

The modules are all defined in the GeteduroamPackage package.

Expand All @@ -53,7 +53,7 @@ The detail screen with profile selection, helpdesk info and connect functionalit

### DiscoveryClient

Retreives the list of organizations from the backend.
Retrieves the list of organizations from the backend.

### EAPConfigurator

Expand All @@ -65,7 +65,7 @@ The main screen with the search functionality.

### Models

Models used troughout the app.
Models used throughout the app.

### NotificationClient

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public struct ConnectView_Mac: View {
WithViewStore(store, observe: { $0 }) { viewStore in
VStack(alignment: .leading) {
if #available(macOS 13.0, *) {
// On macOS 13 we push instead of present a sheet and therefor these controls aren't needed
// On macOS 13 we push instead of present a sheet and therefore these controls aren't needed
} else {
HStack(alignment: .firstTextBaseline) {
VStack(alignment: .leading) {
Expand Down
2 changes: 1 addition & 1 deletion geteduroam/discovery.json

Large diffs are not rendered by default.

0 comments on commit fa775f6

Please sign in to comment.