+
Skip to content

Fix more typos & uppercase JSON #475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const { tracker } = useTracker();
in the GitHub repository.
</n-p>
<n-p>
And if you found a bug, or something doesn't work as expected, please fill a bug report in the
And if you found a bug, or something doesn't work as expected, please file a bug report in the
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I add to double check this one, I was nearly certain that fill was correct, I thought it was a mistake in you previous PR, my bad
Thank you for re-fixing it 🙏🏻

<c-link
href="https://github.com/CorentinTh/it-tools/issues/new/choose"
rel="noopener"
Expand Down
8 changes: 4 additions & 4 deletions src/tools/json-diff/json-diff.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/tools/json-minify/json-minify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/tools/json-to-csv/json-to-csv.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/tools/json-viewer/json-viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ const rawJsonValidation = useValidation({
</div>

<n-form-item
label="Your raw json"
label="Your raw JSON"
:feedback="rawJsonValidation.message"
:validation-status="rawJsonValidation.status"
>
<n-input
ref="inputElement"
v-model:value="rawJson"
placeholder="Paste your raw json here..."
placeholder="Paste your raw JSON here..."
type="textarea"
rows="20"
autocomplete="off"
Expand All @@ -53,7 +53,7 @@ const rawJsonValidation = useValidation({
spellcheck="false"
/>
</n-form-item>
<n-form-item label="Prettify version of your json">
<n-form-item label="Prettified version of your JSON">
<TextareaCopyable :value="cleanJson" language="json" :follow-height-of="inputElement" />
</n-form-item>
</template>
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载