fix the case in title (#28559)

* fix the case in title

* fix: corrected verbs' spelling
This commit is contained in:
Prakhar Varshney
2019-02-18 09:09:41 +05:30
committed by Randell Dawson
parent 0afc6a15c6
commit 4fd6515e1e

View File

@ -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***