Skip to content

Commit

Permalink
chore(json-yaml): fix typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 9, 2023
1 parent 62ee24b commit d6feaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json-yaml/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function JSON2XML() {
},
}}
rightProps={{
title: 'XML',
title: 'YAML',
extensions: [StreamLanguage.define(yaml)],
onRightInput: (val) => {
return JSON.stringify(parse(val), null, 2);
Expand Down

0 comments on commit d6feaba

Please sign in to comment.