Skip to content

Commit 394ffd3

Browse files
committed
Fixed typo
1 parent 9289c71 commit 394ffd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ Person:
17181718

17191719
```xml
17201720
<Person id="123">
1721-
<sample:name xlmns:sample="http://swagger.io/schema/sample">example</sample:name>
1721+
<sample:name xmlns:sample="http://swagger.io/schema/sample">example</sample:name>
17221722
</Person>
17231723
```
17241724

0 commit comments

Comments
 (0)