diff --git a/rfcs/require-by-string.md b/rfcs/require-by-string.md index 1af2030e..04d6b4cf 100644 --- a/rfcs/require-by-string.md +++ b/rfcs/require-by-string.md @@ -346,4 +346,4 @@ Some potential issues with this approach: #### Defining configuration files in a non-JSON format -Alias maps could alternatively be defined in specially named `.luau` files themselves, or at least adhering to Luau syntax. This approach is somewhat unappealing, however, as it would require package management software to parse Luau syntax. JSON syntax is well-understood and well-supported, which would likely faciliate the development of package management software. \ No newline at end of file +Alias maps could alternatively be defined in specially named `.luau` files themselves, or at least adhering to Luau syntax. This approach is somewhat unappealing, however, as it would require package management software to parse Luau syntax. JSON syntax is well-understood and well-supported, which would likely facilitate the development of package management software. \ No newline at end of file