mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -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
|
@ -23,8 +23,8 @@ const jsonValidationRules = [
|
|||
<c-input-text
|
||||
v-model:value="rawLeftJson"
|
||||
:validation-rules="jsonValidationRules"
|
||||
label="Your first json"
|
||||
placeholder="Paste your first json here..."
|
||||
label="Your first JSON"
|
||||
placeholder="Paste your first JSON here..."
|
||||
rows="20"
|
||||
multiline
|
||||
test-id="leftJson"
|
||||
|
@ -34,8 +34,8 @@ const jsonValidationRules = [
|
|||
<c-input-text
|
||||
v-model:value="rawRightJson"
|
||||
:validation-rules="jsonValidationRules"
|
||||
label="Your json to compare"
|
||||
placeholder="Paste your json to compare here..."
|
||||
label="Your JSON to compare"
|
||||
placeholder="Paste your JSON to compare here..."
|
||||
rows="20"
|
||||
multiline
|
||||
test-id="rightJson"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue