diff --git a/src/pages/en/about/faq.mdx b/src/pages/en/about/faq.mdx index 1b958718d..68d0c6c47 100644 --- a/src/pages/en/about/faq.mdx +++ b/src/pages/en/about/faq.mdx @@ -80,7 +80,7 @@ It's also worth noting that -- as of this writing -- Fabric mods that contain mi **No, you don't** - in fact, we recommend against this for compatibility reasons. -Many Quilt mods make use of the Quilt Standard Libraries (QSL), which are directly incompatible with Fabric API. To deal with this problem, QSL includes a special version of Fabric API which doesn't conflict -- it's part of the standard QSL distribution, which you can [download them from Modrinth](https://modrinth.com/mod/qsl). +Many Quilt mods make use of the Quilt Standard Libraries (QSL), which are directly incompatible with Fabric API. To deal with this problem, QSL includes a special version of Fabric API which doesn't conflict -- it's part of the standard QSL distribution, which you can [download from Modrinth](https://modrinth.com/mod/qsl). As long as Fabric mods are correctly written to use only the intended public APIs from Fabric API, they should work correctly with QSL.