فهرست منبع

Merge pull request #1579 from ryangjchandler/chore/html-docs

chore: grammar in html.md
Caleb Porzio 4 سال پیش
والد
کامیت
d2b60e3d1c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/docs/src/en/directives/html.md

+ 1 - 1
packages/docs/src/en/directives/html.md

@@ -5,7 +5,7 @@ title: html
 
 # `x-html`
 
-`x-html` sets the "innerHTML" an element to the result of a given expression.
+`x-html` sets the "innerHTML" property of an element to the result of a given expression.
 
 > ⚠️ Only use on trusted content and never on user-provided content. ⚠️
 > Dynamically rendering HTML from third parties can easily lead to XSS vulnerabilities.