Skip to content

Commit 2f04d83

Browse files
authored
Merge pull request #1616 from 1DontEx1st/patch-2
Typo fix and doc update
2 parents 9ace569 + d6dd1c7 commit 2f04d83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Binary file not shown.

docs/lowcoder-extension/use-third-party-libraries-in-apps/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lowcoder provides some JavaScript built-in libraries for use.
1616
Built-in Libraries can be used directly everywhere where you can use JavaScript.
1717

1818
```
19-
// loadash
19+
// lodash
2020
return _.chunk(['a', 'b', 'c', 'd'], 2);
2121
// => [['a', 'b'], ['c', 'd']]
2222
@@ -107,11 +107,11 @@ You can check popular CDNs if they host your desired library as a minified packa
107107

108108
### Import / bind at the app level
109109

110-
Navigate to the settings page and then click the plus sign **+** under the **JavaScript library** tab. Paste the **library** link and click **Add New**. Lowcoder will now check, if the external library will be compatible and securely usable.
110+
Navigate to the Individualization page and then click the plus sign **+** under the **JavaScript library** tab. Paste the **library** link and click **Add New**. Lowcoder will now check, if the external library will be compatible and securely usable.
111111

112112
You can also click the download icon to quickly download any recommended JS library.
113113

114-
<figure><img src="../../.gitbook/assets/App Editor External Libraries.png" alt=""><figcaption><p>Bind an external JS Library to an individual App</p></figcaption></figure>
114+
<figure><img src="../../.gitbook/assets/Individualization JavaScript Libraries.png" alt=""><figcaption><p>Bind an external JS Library to an individual App</p></figcaption></figure>
115115

116116
Now, you can create a JS query and insert code.
117117

0 commit comments

Comments
 (0)