Skip to content

Commit 5ae293e

Browse files
authored
Merge pull request #957 from fulldecent/patch-1
Fix typo
2 parents ef81bbf + f7a75fd commit 5ae293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/javascript/modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default () => {
110110
};
111111
```
112112

113-
If both are used, then the _default_ export will override tall _named_ exports.
113+
If both are used, then the _default_ export will override all _named_ exports.
114114

115115
### Inline JavaScript
116116

0 commit comments

Comments
 (0)