Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class PluginExtensionProvider<DependencyType, PluginExtensionType, NonCor
fatalError("Non-core component of incorrect type: \(type(of: component.nonCoreComponent))")
}
guard let result: T = nonCore.check(property: property) else {
fatalError("Property \(property) not found in non-core compoenent \(nonCore)")
fatalError("Property \(property) not found in non-core component \(nonCore)")
}
return result
}
Expand Down