From 00dbc089c41f0bfb29e04895923803b789f650e4 Mon Sep 17 00:00:00 2001 From: Neil Jenkins Date: Wed, 4 Apr 2018 14:41:18 +1000 Subject: [PATCH] Fix documentation error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e17c3..de5385b 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ The method takes two arguments: * **tag**: The tag of the format * **attributes**: (optional) Any attributes the format. -Returns `true` if any of the selection is contained within an element with the specified tag and attributes, otherwise returns `false`. +Returns `true` if the entire selection is contained within an element with the specified tag and attributes, otherwise returns `false`. ### bold