summaryrefslogtreecommitdiffstats
path: root/_tools/ascii-hex.md
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2023-10-10 13:17:08 +0200
committerGitHub <noreply@github.com>2023-10-10 13:17:08 +0200
commitc5e6c5123dd68fbbd4b4f3d46c5973793741f734 (patch)
treefcea32d246e60eb1f57cfcda66078f2a6199ce48 /_tools/ascii-hex.md
parentUpdate ont-zte-f6005.md (diff)
parentCorrect (hopefully) all grammar mistakes and change phrasing to make things easier to understand (#282) (diff)
downloadhack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.tar
hack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.tar.gz
hack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.tar.bz2
hack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.tar.lz
hack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.tar.xz
hack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.tar.zst
hack-gpon.github.io-c5e6c5123dd68fbbd4b4f3d46c5973793741f734.zip
Diffstat (limited to '_tools/ascii-hex.md')
-rw-r--r--_tools/ascii-hex.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_tools/ascii-hex.md b/_tools/ascii-hex.md
index 6c550bc..a47484c 100644
--- a/_tools/ascii-hex.md
+++ b/_tools/ascii-hex.md
@@ -2,7 +2,7 @@
title: ASCII and Hex converter
has_children: false
nav_order: 1
-description: Tool for converter ASCII and Hex
+description: Tool for converting between ASCII and Hex
layout: default
---
@@ -12,7 +12,7 @@ layout: default
<input type="text" class="form-control" placeholder="ASCII" name="ascii-to-hex" id="ascii-to-hex" required>
<label for="ascii-to-hex">ASCII</label>
<div class="invalid-feedback">
- Please provide a valid input text.
+ Please provide a valid text input.
</div>
</div>
<div class="form-floating mb-3">
@@ -33,7 +33,7 @@ layout: default
<input type="text" class="form-control" placeholder="HEX" name="hex-to-ascii" id="hex-to-ascii" required>
<label for="hex-to-ascii">HEX</label>
<div class="invalid-feedback">
- Please provide a valid input text.
+ Please provide a valid text input.
</div>
</div>
<div class="form-floating mb-3">