From c437f36f59a3c343c9e98f97b0ffe8b475c31a14 Mon Sep 17 00:00:00 2001 From: Nelson Frank Date: Fri, 28 Jan 2022 01:01:29 +0300 Subject: [PATCH] Correct misspelling in testing documentation ```diff - Styleheets and images .... + Styleheets and images .... ``` closes #33754 --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 6e1c240d03b13b8..90a78c421798dd0 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -348,7 +348,7 @@ You can learn more about each configuration option in the [Jest docs](https://je **Handling stylesheets and image imports** -Styleheets and images aren't used in the tests but importing them may cause errors, so they will need to be mocked. Create the mock files referenced in the configuration above - `fileMock.js` and `styleMock.js` - inside a `__mocks__` directory: +Stylesheets and images aren't used in the tests but importing them may cause errors, so they will need to be mocked. Create the mock files referenced in the configuration above - `fileMock.js` and `styleMock.js` - inside a `__mocks__` directory: ```js // __mocks__/fileMock.js