浏览代码

Translate the'x-text' section

moonilson 4 年之前
父节点
当前提交
cbabb96ab4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.ko.md

+ 1 - 1
README.ko.md

@@ -425,7 +425,7 @@ You can specify specific keys to listen for using keydown modifiers appended to
 
 **구조:** `<span x-text="[expression]"`
 
-`x-text` works similarly to `x-bind`, except instead of updating the value of an attribute, it will update the `innerText` of an element.
+`x-text`는 속성값을 업데이트하는 대신 요소의 `innerText`를 업데이트한다는 점을 제외하면,`x-bind`과 유사하게 동작합니다.
 
 ---