Skip to content

Commit 1064e1b

Browse files
authored
Update features.md
Fixed typo on a line 87: recommanded -> recommended
1 parent 97f79ad commit 1064e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/javascript/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import { hello as hello_1 } from "./hello.js";
8484
export const hello = hello_1;
8585
```
8686

87-
Some JavaScript optimizations tools can remove the intermediate variable, but not all of them. So if you want to favor the smallest and cleanest output, using the attribute-based imports is recommanded.
87+
Some JavaScript optimizations tools can remove the intermediate variable, but not all of them. So if you want to favor the smallest and cleanest output, using the attribute-based imports is recommended.
8888

8989
### Attributes
9090

0 commit comments

Comments
 (0)