From 54a1fcc1b6a237d591e19825a4c1554227ffaeca Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 19 Sep 2025 21:01:16 +0800 Subject: [PATCH] docs: fix typos (#7046) Found via `typos --hidden --format brief` --- SECURITY.md | 2 +- .../unit/defaults/{transformReponse.js => transformResponse.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/unit/defaults/{transformReponse.js => transformResponse.js} (100%) diff --git a/SECURITY.md b/SECURITY.md index 69949fd..0c1e8c3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,4 +11,4 @@ The following versions will receive security updates promptly based on the maint ## Reporting a Vulnerability -To report a vulnerability, please use the GitHub discolsure in the security tab to alert us to a security issue. +To report a vulnerability, please use the GitHub disclosure in the security tab to alert us to a security issue. diff --git a/test/unit/defaults/transformReponse.js b/test/unit/defaults/transformResponse.js similarity index 100% rename from test/unit/defaults/transformReponse.js rename to test/unit/defaults/transformResponse.js