diff --git a/docs/resources/projects/libraries.md b/docs/resources/projects/libraries.md index cad64967..a52d8bf2 100644 --- a/docs/resources/projects/libraries.md +++ b/docs/resources/projects/libraries.md @@ -27,7 +27,7 @@ Previously, FlutterFlow offered several methods to share resources between proje With Libraries, you can publish the complete FlutterFlow project as a library and import it as a dependency into other projects. -:::tip[possible usecases] +:::tip[possible use cases] - **Modular Development**: Build large-scale apps by separating them into smaller, independently managed projects (e.g., UI library, backend integrations, etc.). - **Team Collaboration**: Share reusable UI components, custom functions, or API integrations across multiple apps within a team. diff --git a/docs/resources/ui/pages/page-lifecycle.md b/docs/resources/ui/pages/page-lifecycle.md index 4d3ab145..9d251ccc 100644 --- a/docs/resources/ui/pages/page-lifecycle.md +++ b/docs/resources/ui/pages/page-lifecycle.md @@ -99,7 +99,7 @@ trigger specific actions in response to a phone shake gesture. This action trigger lets you bind keyboard shortcuts to actions. This is incredibly helpful for improving accessibility and enhancing user experience, especially in web and desktop apps. -:::tip[Possible usecases] +:::tip[Possible use cases] - **Create New Issues in Project Management Apps:** In project management apps like Linear, users can press `C` to quickly open a form for creating a new issue or task. - **Form Submission:** Users can press a key combination (e.g., `Ctrl + Enter`) to submit a form.