We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da94122 commit ea4cff0Copy full SHA for ea4cff0
Demo/Configuration.swift
@@ -33,7 +33,7 @@ internal enum ConfigurationConstants {
33
case "local":
34
return .local
35
default:
36
- fatalError("Wrong environment: \(environment). Supported environemnts: `test`, `beta` and `local`")
+ fatalError("Wrong environment: \(environment). Supported environments: `test`, `beta` and `local`")
37
}
38
}()
39
0 commit comments