Explorar o código

Merge pull request #541 from manderson/patch-1

Corrected misspelled word.
Caleb Porzio %!s(int64=5) %!d(string=hai) anos
pai
achega
c54650bd9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -226,7 +226,7 @@ If you wish to run code AFTER Alpine has made its initial updates to the DOM (so
 
 | Directive | Description |
 | --- | --- |
-| `x-show.transition` | A simultanious fade and scale. (opacity, scale: 0.95, timing-function: cubic-bezier(0.4, 0.0, 0.2, 1), duration-in: 150ms, duration-out: 75ms)
+| `x-show.transition` | A simultaneous fade and scale. (opacity, scale: 0.95, timing-function: cubic-bezier(0.4, 0.0, 0.2, 1), duration-in: 150ms, duration-out: 75ms)
 | `x-show.transition.in` | Only transition in. |
 | `x-show.transition.out` | Only transition out. |
 | `x-show.transition.opacity` | Only use the fade. |