Skip to content

Commit

Permalink
Remove a duplicated word
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Apr 9, 2021
1 parent bd4c343 commit 987be0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -85,6 +85,7 @@
- `[*]` [**BREAKING**] Remove deprecated `mapCoverage` ([#9968](https://github.com/facebook/jest/pull/9968))
- `[babel-jest]` [**BREAKING**] Migrate to ESM ([#11193](https://github.com/facebook/jest/pull/11193))
- `[docs]` Correct example using `browser-resolve` ([#11140](https://github.com/facebook/jest/pull/11140))
- `[docs]` Remove a duplicated word ([#11281](https://github.com/facebook/jest/pull/11281))
- `[jest-config]` [**BREAKING**] Remove `enabledTestsMap` config, use `filter` instead ([#10787](https://github.com/facebook/jest/pull/10787))
- `[jest-console]` [**BREAKING**] Move `root` into `config` and take `GlobalConfig` as mandatory parameter for `getConsoleOutput` ([#10126](https://github.com/facebook/jest/pull/10126))
- `[jest-console]` Export LogEntry ([#11017](https://github.com/facebook/jest/pull/11017))
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/help.js
Expand Up @@ -65,7 +65,7 @@ class Help extends React.Component {
<p>
<Translate>
Jest is worked on by a team of volunteers in their spare time.
You can find find out ways to talk to community members below.
You can find out ways to talk to community members below.
</Translate>
</p>
</div>
Expand Down

0 comments on commit 987be0c

Please sign in to comment.