From a6ece1824ee6079e3dae4fd9fe6ed52119c453b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Leclercq?= Date: Mon, 18 Dec 2023 10:26:40 +0100 Subject: [PATCH] Typo in comment --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9295d02..3e08221 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ module.exports = toIdentifier /** - * Trasform the given string into a JavaScript identifier + * Transform the given string into a JavaScript identifier * * @param {string} str * @returns {string}