Skip to content

Commit a764a7c

Browse files
authored
Merge pull request #345 from tirth-patel-nc/patch-1
docs: fix typos
2 parents a32a769 + 0b1182e commit a764a7c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/ff-concepts/design-system/design-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ Make sure you have the proper rights or licenses to use the icons in your applic
731731

732732
**Steps to Generate and Add Custom Icons**
733733

734-
1. Head over to the [iconmoon](https://icomoon.io/app/#/select).
734+
1. Head over to the [IcoMoon](https://icomoon.io/app/#/select).
735735
2. Import your custom icon (.svg) or select from the free icons set.
736736
3. Select the **Generate Font** tab.
737737
4. Click on the Settings button (gear icon) beside the download text on the bottom right side.
@@ -1000,4 +1000,4 @@ If you prefer watching a video tutorial, here's the one for you:
10001000
<details>
10011001
<summary>How is the theme widget different from creating a template and component?</summary>
10021002
<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>
1003-
</details>
1003+
</details>

docs/resources/control-flow/backend-logic/api/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Let's see how to get the JSON into the Custom Data Type using an example that fe
343343
Here's how you do it:
344344

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

349349
![img_1.png](../imgs/img_1.png)
@@ -790,4 +790,4 @@ Why am I getting a “Current variable is not valid” error?
790790
<p>
791791
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.
792792
</p>
793-
</details>
793+
</details>

docs/resources/projects/libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
1111

1212
# Libraries
1313

14-
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.
14+
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.
1515

1616
:::info
1717
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.
@@ -386,4 +386,4 @@ We're working on Library Values, which will allow users to set specific values w
386386
<p>
387387
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.
388388
</p>
389-
</details>
389+
</details>

0 commit comments

Comments
 (0)