Skip to content

Commit 3d723f7

Browse files
committed
Correct typo
1 parent b2a4f65 commit 3d723f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com.lightbend.paradox/unidoc/UnidocPluginSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class UnidocPluginSpec extends MarkdownBaseSpec {
106106
)
107107
}
108108

109-
it should "generate markdown correctly for type parameter and wiledcard" in {
109+
it should "generate markdown correctly for type parameter and wildcard" in {
110110
markdown("@unidoc[Source[ServerSentEvent, \\_]]") shouldEqual
111111
html(
112112
"""<p><span class="group-java">

0 commit comments

Comments
 (0)