Caleb Porzio 5 年之前
父節點
當前提交
657fea0dd6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -97,7 +97,7 @@ You can extract data (and behavior) into reausable functions:
 </script>
 ```
 
-You can also mix-in multiple data objects with syntax:
+You can also mix-in multiple data objects using object destructuring:
 
 ```html
 <div x-data="{...dropdown(), ...tabs()}">