diff --git a/docusaurus/docs/running-tests.md b/docusaurus/docs/running-tests.md
index 98ea1b46273..e6b2ec5b980 100644
--- a/docusaurus/docs/running-tests.md
+++ b/docusaurus/docs/running-tests.md
@@ -197,7 +197,7 @@ Similar to `enzyme` you can create a `src/setupTests.js` file to avoid boilerpla
import '@testing-library/jest-dom';
```
-Here's an example of using `react-testing-library` and `jest-dom` for testing that the `` component renders "Welcome to React".
+Here's an example of using `react-testing-library` and `jest-dom` for testing that the `` component renders "Learn React".
```js
import React from 'react';