Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita47b153

Browse files
authored
Update README.md
fix typo
1 parent9ace569 commita47b153

File tree

1 file changed

+1
-1
lines changed
  • docs/lowcoder-extension/use-third-party-libraries-in-apps

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp