fix(typos): fixed more typos & uppercase JSON (#475)

* fix(About): typo

* uppercase json & typos
This commit is contained in:
Marvin 2023-06-23 15:23:47 +02:00 committed by GitHub
parent 7068610438
commit 9526ed8324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View file

@ -23,8 +23,8 @@ const rules: UseValidationRule<string>[] = [
<template>
<format-transformer
input-label="Your raw json"
input-placeholder="Paste your raw json here..."
input-label="Your raw JSON"
input-placeholder="Paste your raw JSON here..."
output-label="CSV version of your JSON"
:input-validation-rules="rules"
:transformer="transformer"