Skip to content

Commit 75e3952

Browse files
Adam13531Kent C. Dodds
authored and
Kent C. Dodds
committed
docs: fix typo in README (#159)
"this add custom jest matchers" → "this adds custom jest matchers"
1 parent 65c7633 commit 75e3952

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
@@ -124,7 +124,7 @@ You may also be interested in installing `jest-dom` so you can use
124124
// __tests__/fetch.js
125125
import React from 'react'
126126
import {render, fireEvent, cleanup, waitForElement} from 'react-testing-library'
127-
// this add custom jest matchers from jest-dom
127+
// this adds custom jest matchers from jest-dom
128128
import 'jest-dom/extend-expect'
129129
import axiosMock from 'axios' // the mock lives in a __mocks__ directory
130130
import Fetch from '../fetch' // see the tests for a full implementation

0 commit comments

Comments
 (0)