Skip to content

Commit ea4cff0

Browse files
committed
Fix typo for spellchecker
1 parent da94122 commit ea4cff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal enum ConfigurationConstants {
3333
case "local":
3434
return .local
3535
default:
36-
fatalError("Wrong environment: \(environment). Supported environemnts: `test`, `beta` and `local`")
36+
fatalError("Wrong environment: \(environment). Supported environments: `test`, `beta` and `local`")
3737
}
3838
}()
3939

0 commit comments

Comments
 (0)