From bf210b3cba934dbeabecd8d24e30d82bbacc1a92 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 4 Jun 2024 21:52:41 +0900 Subject: [PATCH] docs(path): fix typo in normalize doc --- path/normalize.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path/normalize.ts b/path/normalize.ts index 6fa403231bb3..af0c45169536 100644 --- a/path/normalize.ts +++ b/path/normalize.ts @@ -5,7 +5,7 @@ import { isWindows } from "./_os.ts"; import { normalize as posixNormalize } from "./posix/normalize.ts"; import { normalize as windowsNormalize } from "./windows/normalize.ts"; /** - * Normalize the pat`, resolving `'..'` and `'.'` segments. + * Normalize the path, resolving `'..'` and `'.'` segments. * * Note: Resolving these segments does not necessarily mean that all will be * eliminated. A `'..'` at the top-level will be preserved, and an empty path is