Skip to content

Commit 2fee345

Browse files
authored
Update article.md
"That's not a function" -> "It's not a function"
1 parent 08720f0 commit 2fee345

File tree

1 file changed

+1
-1
lines changed
  • 1-js/13-modules/03-modules-dynamic-imports

1 file changed

+1
-1
lines changed

1-js/13-modules/03-modules-dynamic-imports/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ Dynamic imports work in regular scripts, they don't require `script type="module
9494
```smart
9595
Although `import()` looks like a function call, it's a special syntax that just happens to use parentheses (similar to `super()`).
9696
97-
So we can't copy `import` to a variable or use `call/apply` with it. That's not a function.
97+
So we can't copy `import` to a variable or use `call/apply` with it. It's not a function.
9898
```

0 commit comments

Comments
 (0)