mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
fix(typos): fixed more typos & uppercase JSON (#475)
* fix(About): typo * uppercase json & typos
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user