Skip to content

Commit

Permalink
Improve typography in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerzer committed Jan 1, 2022
1 parent 94e15ba commit d6ecdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OnboardingKit/OnboardingManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public final class OnboardingManager<Flags> where Flags: OnboardingFlags {

private func add(_ event: OnboardingEventProtocol) {
guard !self.hasBeenConfigured else {
fatalError("Error: Can't add an onboarding event to an onboarding manager that has already been configured")
fatalError("Error: Cant add an onboarding event to an onboarding manager that has already been configured")
}
self.events.append(event)
}
Expand Down

0 comments on commit d6ecdaf

Please sign in to comment.