Skip to content

Commit e58d0e6

Browse files
committed
Improve clarity in FAQ
1 parent 5b6736c commit e58d0e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ff-concepts/adding-customization/configuration-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,12 +759,12 @@ There's a known limitation where editing the `main.dart` file with Supabase enab
759759
Can I modify the Configuration Files in a Library project?
760760
</summary>
761761
<p>
762-
Yes, you can. When a Library Project is imported, any configuration file snippetssuch as those for `AndroidManifest.xml`, `Info.plist`, or `Entitlements.plist`are automatically merged into the importing project's configuration files.
762+
Yes, you can. When a Library Project is imported, any configuration file snippets, such as those for `AndroidManifest.xml`, `Info.plist`, or `Entitlements.plist` are automatically merged into the importing project's configuration files.
763763

764-
Additionally, your Library Project can pass values (like API keys) into those snippets using **Library Values**, making it easy to reuse and customize the integration across multiple apps.
764+
Additionally, your Library Project can pass values (like API keys) into those snippets using **Library Values**, making it easy to customize.
765765

766766
![config-values-in-library](imgs/config-values-in-library.avif)
767767

768-
This makes Libraries incredibly powerful and enables seamless integration of tools like **PostHog** (analytics), **Sentry** (crash reporting), **CleverTap**, **flutter_local_notifications**, **flutter_nfc_kit**, and many more directly from the Marketplace.
768+
This makes Libraries incredibly powerful and enables easy integration of tools like **PostHog** (analytics), **Sentry** (crash reporting), **CleverTap**, **flutter_local_notifications**, **flutter_nfc_kit**, and many more directly from the Marketplace.
769769
</p>
770770
</details>

0 commit comments

Comments
 (0)