Update rfcs/require-by-string.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Varun Saini 2023-08-01 09:48:19 -07:00 committed by GitHub
parent 47e99a1005
commit 21ed25611c
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ Proposed structure of an alias map:
} }
``` ```
Missing aliases in `.luaurc` are inherited from the alias maps of any parent directories, and fields can be overriden. Missing aliases in `.luaurc` are inherited from the alias maps of any parent directories, and fields can be overridden.
Additionally, if an alias is bound to a relative path, the path will be evaluated relative to the `.luaurc` file in which the alias was defined. Additionally, if an alias is bound to a relative path, the path will be evaluated relative to the `.luaurc` file in which the alias was defined.