From e238f2c33a4f732f78e0093be5566a12262ea239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Mon, 19 Apr 2021 21:30:25 -0600 Subject: [PATCH] docs: rewrites animation query () method use (#41710) PR Close #41710 --- aio/content/guide/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md index e63814e5bb..ae1e359630 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -286,7 +286,7 @@ What it does query() -Use to find one or more inner HTML elements within the current element. +Finds one or more inner HTML elements within the current element.