diff --git a/docs/getting-started/gs-normalization-encoding.md b/docs/getting-started/gs-normalization-encoding.md
index 181383220..d53ff028e 100644
--- a/docs/getting-started/gs-normalization-encoding.md
+++ b/docs/getting-started/gs-normalization-encoding.md
@@ -60,7 +60,7 @@ An email hash is a Base64-encoded
@@ -314,7 +314,7 @@ const clientSideConfig = {
serverPublicKey: "...",
};
-// Example of a base-64 encoded SHA-256 hash of an email address.
+// Example of a base64-encoded SHA-256 hash of an email address.
const emailHash = "tMmiiTI7IaAcPpQPFQ65uMVCWH8av9jw4cwf/F5HVRQ=";
// When the UID2 SDK is executed, it looks for these callbacks and invokes them.
@@ -386,7 +386,7 @@ window.__uid2.callbacks.push(async (eventType, payload) => {

-## Example Code: Hashing and Base-64 Encoding
+## Example Code: Hashing and Base64 Encoding
以下のコード例は、JavaScript でメールアドレスと電話番号のハッシュを生成する方法を示しています。