Skip to content

Commit

Permalink
Remove excessive curly bracket (#490)
Browse files Browse the repository at this point in the history
Fix in JSX syntax by removing excessive closing curly bracket.
  • Loading branch information
dluksza authored and rotemmiz committed Jan 6, 2018
1 parent 02cd632 commit 259a903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APIRef.Matchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Matchers find elements in your app that match one or more properties.
In a React Native component add testID like so:

```js
<TouchableOpacity testID={'tap_me'}}>
<TouchableOpacity testID={'tap_me'}>
...
```

Expand Down

0 comments on commit 259a903

Please sign in to comment.