Skip to content

Commit 8e61829

Browse files
committed
docs: typos
1 parent b4e870a commit 8e61829

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ That's it! You're good to go.
127127
## Matchers
128128

129129
This library is meant to be a Jasmine version of `@testing-library/jest-dom` library. As such, it provides the same set of matchers and the same functionality for each one, with a couple of minor diferences:
130-
- toBeEmpty() is not included, in favor of toBeEmptyDOMElement()
131-
- toBeInTheDOM() is not included, since it's deprecated
132-
- toContainHTML() is not included
133-
- toHaveClass() is renamed to toHaveClassName() to prevent name collision with Jasmine's toHaveClass()
130+
- `toBeEmpty()` is not included, in favor of `toBeEmptyDOMElement()`
131+
- `toBeInTheDOM()` is not included, since it's deprecated
132+
- `toContainHTML()` is not included
133+
- `toHaveClass()` is renamed as `toHaveClassName()` to prevent name collision with Jasmine's `toHaveClass()`
134134

135135
### `toBeDisabled`
136136

0 commit comments

Comments
 (0)