Skip to content

docs: fix typos #345

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

Merged
merged 6 commits into from
May 16, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/ff-concepts/design-system/design-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ Make sure you have the proper rights or licenses to use the icons in your applic

**Steps to Generate and Add Custom Icons**

1. Head over to the [iconmoon](https://icomoon.io/app/#/select).
1. Head over to the [IcoMoon](https://icomoon.io/app/#/select).
2. Import your custom icon (.svg) or select from the free icons set.
3. Select the **Generate Font** tab.
4. Click on the Settings button (gear icon) beside the download text on the bottom right side.
Expand Down Expand Up @@ -1000,4 +1000,4 @@ If you prefer watching a video tutorial, here's the one for you:
<details>
<summary>How is the theme widget different from creating a template and component?</summary>
<p>The Theme Widget allows you to customize the visual appearance of a single widget, whereas templates consist of multiple widgets that create a unique UI layout with a specific purpose. On the other hand, components are fully-featured custom widgets that combine multiple widgets and actions to complete a task.</p>
</details>
</details>
4 changes: 2 additions & 2 deletions docs/resources/control-flow/backend-logic/api/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Let's see how to get the JSON into the Custom Data Type using an example that fe
Here's how you do it:

1. First, ensure that you [create a custom data type](#create-custom-data-type-matching-to-json-structure) that matches your JSON structure.
2. Open your API call definition> **Response & Test tab > Response Type >** enablethe **Parse as
2. Open your API call definition > **Response & Test tab > Response Type >** enable the **Parse as
Data Type**. Select the **Data Type** that you want to convert into. For this example, it's 'AllProducts'.

![img_1.png](../imgs/img_1.png)
Expand Down Expand Up @@ -790,4 +790,4 @@ Why am I getting a “Current variable is not valid” error?
<p>
This error typically indicates that the widget isn’t receiving the data type it expects. For example, passing a list of colors directly to a text widget will trigger the error. In such cases, convert or supply the data as a string (or another compatible type) so the widget can properly display it.
</p>
</details>
</details>
4 changes: 2 additions & 2 deletions docs/resources/projects/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';

# Libraries

Libraries enables you to share and reuse entire FlutterFlow projects as dependencies across multiple projects. This allows teams and developers to modularize their apps by creating shared libraries that include components, API calls, custom code, and more. By using libraries, development becomes more efficient and scalable.
Libraries enable you to share and reuse entire FlutterFlow projects as dependencies across multiple projects. This allows teams and developers to modularize their apps by creating shared libraries that include components, API calls, custom code, and more. By using libraries, development becomes more efficient and scalable.

:::info
A **Dependency** refers to an external library or resource that your project relies on to function correctly. When you create a new FlutterFlow project, certain dependencies are automatically added to support the generated code. Also, when you use a [**Custom Widget**](../../ff-concepts/adding-customization/custom-widgets.md), you are essentially adding dependencies to your project. Libraries take this concept further by allowing you to add entire FlutterFlow projects as dependencies.
Expand Down Expand Up @@ -386,4 +386,4 @@ We're working on Library Values, which will allow users to set specific values w
<p>
Projects can import libraries that themselves have imported other Libraries as dependencies. However, if the project and the library share the same dependency, the version must match exactly to avoid conflicts.
</p>
</details>
</details>