Skip to content

Commit e64102b

Browse files
committed
Fix migration source type
Previously the migration-7/web.adoc source type was kotlin for the xml source. This commit fixes that. Closes gh-16662
1 parent 3e0be28 commit e64102b

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/migration-7

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/migration-7/web.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ http {
9191
9292
Xml::
9393
+
94-
[source,kotlin,role="secondary"]
94+
[source,xml,role="secondary"]
9595
----
9696
<http entry-point-ref="myEntryPoint">
9797
<!-- ... -->

0 commit comments

Comments
 (0)