From 22ccda27fbec67af7c300ab8ec96c3e114471a2f Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:48:13 +0700 Subject: [PATCH] chore(docs): fix typo in PKI fundamentals filename --- pages/guide/concepts/_meta.json | 2 +- .../concepts/{pki-undamentals.mdx => pki-fundamentals.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pages/guide/concepts/{pki-undamentals.mdx => pki-fundamentals.mdx} (100%) diff --git a/pages/guide/concepts/_meta.json b/pages/guide/concepts/_meta.json index 0c5fb74..892ad79 100644 --- a/pages/guide/concepts/_meta.json +++ b/pages/guide/concepts/_meta.json @@ -1,4 +1,4 @@ { - "pki-undamentals": "PKI Fundamentals", + "pki-fundamentals": "PKI Fundamentals", "trust-architecture": "Trust Architecture" } \ No newline at end of file diff --git a/pages/guide/concepts/pki-undamentals.mdx b/pages/guide/concepts/pki-fundamentals.mdx similarity index 100% rename from pages/guide/concepts/pki-undamentals.mdx rename to pages/guide/concepts/pki-fundamentals.mdx