Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed faq.mdx grammar error #142

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/en/about/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down