From 2394049b1c550d7262b5ad248d44a46213fb1054 Mon Sep 17 00:00:00 2001 From: Sergey Fursov Date: Wed, 12 Sep 2018 09:22:05 +0300 Subject: [PATCH] Minor readme typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a163be37..bff9f80d 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ npm install --save-dev dom-testing-library Note: -- Each of the `get` APIs below have a matching [`getAll`](#queryall-and-getall-apis) API that returns all elements instead of just the first one, and [`query`](#query-apis)/[`getAll`](#queryall-and-getall-apis) that return `null`/`[]` instead of throwing an error. +- Each of the `get` APIs below have a matching [`getAll`](#queryall-and-getall-apis) API that returns all elements instead of just the first one, and [`query`](#query-apis)/[`queryAll`](#queryall-and-getall-apis) that return `null`/`[]` instead of throwing an error. - See [TextMatch](#textmatch) for details on the `exact`, `trim`, and `collapseWhitespace` options. ```javascript