From 4fd6515e1e2ec22172882964c0bb4b586461589c Mon Sep 17 00:00:00 2001 From: Prakhar Varshney <31482164+prakhar9998@users.noreply.github.com> Date: Mon, 18 Feb 2019 09:09:41 +0530 Subject: [PATCH] fix the case in title (#28559) * fix the case in title * fix: corrected verbs' spelling --- .../english/javascript/html-dom-innerhtml-property/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/javascript/html-dom-innerhtml-property/index.md b/guide/english/javascript/html-dom-innerhtml-property/index.md index 80207998020..340e9b2a886 100644 --- a/guide/english/javascript/html-dom-innerhtml-property/index.md +++ b/guide/english/javascript/html-dom-innerhtml-property/index.md @@ -1,8 +1,8 @@ --- -title: HTML Dom Innerhtml Property +title: HTML DOM innerHTML Property --- -## HTML Dom Innerhtml Property -The `innerHTML` prop return the HTML content inside a selected element and also let you define a new HTML content. +## HTML DOM innerHTML Property +The `innerHTML` property returns the HTML content inside a selected element and also lets you define a new HTML content. ***GET ELEMENT CONTENT***