diff --git a/docs/APIRef.Matchers.md b/docs/APIRef.Matchers.md index 14156bc989..944ab1a2ec 100644 --- a/docs/APIRef.Matchers.md +++ b/docs/APIRef.Matchers.md @@ -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 - + ... ```