Skip to content

Commit 32338c6

Browse files
authored
Fix "bootstraping" typo (#111)
1 parent 7ace8a1 commit 32338c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mocha -r ts-node/register -r tsconfig-paths/register "test/**/*.ts"
5252

5353
As long as the command has something similar to a `--require` option that can load a module before it starts, tsconfig-paths should be able to work with it.
5454

55-
## Bootstraping with explicit params
55+
## Bootstrapping with explicit params
5656

5757
If you want more granular control over tsconfig-paths you can bootstrap it. This can be useful if you for instance have compiled with `tsc` to another directory where `tsconfig.json` doesn't exists.
5858

0 commit comments

Comments
 (0)