Caleb Porzio 5 lat temu
rodzic
commit
657fea0dd6
1 zmienionych plików z 1 dodań i 1 usunięć
  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()}">