Skip to content

Commit 4ad645a

Browse files
briandipalmabebraw
authored andcommitted
Update resolve.md (#1068)
1 parent 4fa021f commit 4ad645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/resolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import Test1 from 'xyz'; // Success, file.js is resolved and imported
5858
import Test2 from 'xyz/file.js'; // Error, /path/to/file.js/file.js is invalid
5959
```
6060

61-
The following table explains a lot more cases:
61+
The following table explains other cases:
6262

6363
| `alias:` | `import "xyz"` | `import "xyz/file.js"` |
6464
| -------- | ---------------- | -------------------------|

0 commit comments

Comments
 (0)