diff --git a/rfcs/require-by-string.md b/rfcs/require-by-string.md index 04d6b4cf..6d963de7 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -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.