Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll authored and FaustXVI committed Jan 1, 2017
1 parent c15c7df commit 7cd1064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/docs/latest/setting-up.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
fun JUnitPlatformExtension.engines(setup: EnginesExtension.() -> Unit) {
when (this) {
is ExtensionAware -> extensions.getByType(EnginesExtension::class.java).setup()
else -> throw Exception("${this::class} must be an insance of ExtensionAware")
else -> throw Exception("${this::class} must be an instance of ExtensionAware")
}
}
----
Expand Down

0 comments on commit 7cd1064

Please sign in to comment.