Skip to content

Commit d6feaba

Browse files
committed
chore(json-yaml): fix typo (#47)
1 parent 62ee24b commit d6feaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/json-yaml/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function JSON2XML() {
1717
},
1818
}}
1919
rightProps={{
20-
title: 'XML',
20+
title: 'YAML',
2121
extensions: [StreamLanguage.define(yaml)],
2222
onRightInput: (val) => {
2323
return JSON.stringify(parse(val), null, 2);

0 commit comments

Comments
 (0)