Caleb Porzio 4 anni fa
parent
commit
fb8e0ee7eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/docs/src/en/advanced/extending.md

+ 1 - 1
packages/docs/src/en/advanced/extending.md

@@ -227,7 +227,7 @@ Now if the directive is removed from this element or the element is removed itse
 <a name="custom-magics"></a>
 ## Custom magics
 
-Alpine allows you to register custom "magic" (properties or methods) using `Alpine.magic()`. Any magic you register will be available to all your application's Alpine code with the `$` prefix.
+Alpine allows you to register custom "magics" (properties or methods) using `Alpine.magic()`. Any magic you register will be available to all your application's Alpine code with the `$` prefix.
 
 <a name="method-signature"></a>
 ### Method Signature