Skip to content

Commit 3a3ce76

Browse files
committed
chore: fix typo
1 parent ed63cb0 commit 3a3ce76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Within each test configuration, there are multiple `tsconfig.*.json`. One for ea
5353
The other `module` values are not tested.
5454

5555
The `ES*` code are tested with `type: module` under Node.js.
56-
Theoritically, it should be run under browser or use a bundler to bundle them first.
56+
Theoretically, it should be run under browser or use a bundler to bundle them first.
5757
We can improve that in the future.
5858
For now, running them under Node.js with `type: module` should be suffice.
5959

@@ -86,7 +86,7 @@ The convention allow us to scope test easily so that it is easier to collect tes
8686
`assert` is a module within Node.js itself.
8787
The type definition comes from `@types/node` from DefinitelyTyped.
8888

89-
It utilises module declaration (i.e. `declare module`).
89+
It utilizes module declaration (i.e. `declare module`).
9090
The module is exported with `export =` declaration.
9191

9292
### assertron@7

0 commit comments

Comments
 (0)