From f256e4bfbfb4b6c2a679ae0f5b60036756fe3fbb Mon Sep 17 00:00:00 2001 From: mxdr Date: Sun, 27 Oct 2024 02:01:41 +0300 Subject: [PATCH] fix a typo --- guide/en/concept/aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/en/concept/aliases.md b/guide/en/concept/aliases.md index 9499533..769920c 100644 --- a/guide/en/concept/aliases.md +++ b/guide/en/concept/aliases.md @@ -32,7 +32,7 @@ return [ ]; ``` -> Note: The file path or URL bein1g aliased may *not* necessarily refer to an existing file or resource. +> Note: The file path or URL being aliased may *not* necessarily refer to an existing file or resource. Given a defined alias, you may derive a new alias by appending a slash `/` followed with one or more path segments. For example, `@foo` is a root alias, while `@foo/bar/file.php` is a derived alias.