diff --git a/blog_posts/js-textcontent-or-innertext.md b/blog_posts/js-textcontent-or-innertext.md index eefee124f..a59148b43 100644 --- a/blog_posts/js-textcontent-or-innertext.md +++ b/blog_posts/js-textcontent-or-innertext.md @@ -1,6 +1,6 @@ --- title: How are HTMLElement.innerText and Node.textContent different? -shortTitle: HTMLElement.innerText vs Node.textContent +shortTitle: Differences between innerText and textContent type: story tags: javascript,browser author: chalarangelo