Skip to content

Commit

Permalink
docs: add missing colon to admonition tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 3, 2023
1 parent e305f86 commit a87e553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.x/GettingStarted.md
Expand Up @@ -164,7 +164,7 @@ In order for Jest to transpile TypeScript with `ts-jest`, you may also need to c

You may also want to install the [`@types/jest`](https://www.npmjs.com/package/@types/jest) module for the version of Jest you're using. This will help provide full typing when writing your tests with TypeScript.

::note
:::note

For `@types/*` modules it's recommended to try to match the version of the associated module. For example, if you are using `26.4.0` of `jest` then using `26.4.x` of `@types/jest` is ideal. In general, try to match the major (`26`) and minor (`4`) version as closely as possible.

Expand Down

0 comments on commit a87e553

Please sign in to comment.