mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
fix(typos): fixed more typos & uppercase JSON (#475)
* fix(About): typo * uppercase json & typos
This commit is contained in:
parent
7068610438
commit
9526ed8324
5 changed files with 13 additions and 13 deletions
|
@ -16,10 +16,10 @@ const rules: UseValidationRule<string>[] = [
|
|||
|
||||
<template>
|
||||
<format-transformer
|
||||
input-label="Your raw json"
|
||||
input-label="Your raw JSON"
|
||||
:input-default="defaultValue"
|
||||
input-placeholder="Paste your raw json here..."
|
||||
output-label="Minify version of your JSON"
|
||||
input-placeholder="Paste your raw JSON here..."
|
||||
output-label="Minified version of your JSON"
|
||||
output-language="json"
|
||||
:input-validation-rules="rules"
|
||||
:transformer="transformer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue