Skip to content

Commit 95f9c2d

Browse files
author
Roman Rokon
authored
docs: fix typo (#67)
1 parent 953272b commit 95f9c2d

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
@@ -117,7 +117,7 @@ toBeDisabled();
117117
Check whether or not an element is disabled from a user perspective.
118118

119119
This matcher will check if the element or its parent has a `disabled` prop, or if it has
120-
`accessibilityState={{disabled: true]}.
120+
`accessibilityState={{disabled: true}}.
121121

122122
It also works with `accessibilityStates={['disabled']}` for now. However, this prop is deprecated in
123123
React Native [0.62](https://reactnative.dev/blog/2020/03/26/version-0.62#breaking-changes)

0 commit comments

Comments
 (0)