Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Fix GitHub spelling (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Apr 8, 2020
1 parent 36540ca commit 0fc1be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Covidcheck/InfoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct InfoView: View {
NavigationView {
List {
Section(header: Text("ABOUT")) {
Text("Covidcheck is made by Julian Schiavo and open sourced on Github under the Unlicense license.")
Text("Covidcheck is made by Julian Schiavo and open sourced on GitHub under the Unlicense license.")
}
Section(header: Text("PREFERENCES")) {
ForEach(allPreferences, id: \.id) { preference in
Expand Down

0 comments on commit 0fc1be9

Please sign in to comment.