Skip to content

Commit 0d8df26

Browse files
committed
chore: fix typo in README.md
Signed-off-by: Pascal Sthamer <[email protected]>
1 parent f0c9c25 commit 0d8df26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ yarn test:watch
7575
1. Run `yarn remove jest ts-jest @types/jest`
7676
2. Remove the `test` directory and `jest.config.js`
7777
3. Change the `test` script in `package.json` to execute `yarn tsc:check` instead.
78-
4. Remove the ``test:watch` script in `package.json`
78+
4. Remove the `test:watch` script in `package.json`
7979

8080
## Environment variables
8181
You can create a `.env` file in the root of the directory. The variables will be automatically available in development when using `yarn dev`. This uses the `dotenv` package under the hood by running `node -r dotenv/config` (see `nodemon.json`).

0 commit comments

Comments
 (0)