Skip to content

Commit

Permalink
Merge pull request #584 from rizalfakhri/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
calebporzio authored Jun 22, 2020
2 parents 317abf8 + f738c09 commit a0fab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ There are 13 directives available to you:
| [`x-if`](#x-if) | Remove an element completely from the DOM. Needs to be used on a `<template>` tag. |
| [`x-for`](#x-for) | Create new DOM nodes for each item in an array. Needs to be used on a `<template>` tag. |
| [`x-transition`](#x-transition) | Directives for applying classes to various stages of an element's transition |
| [`x-spread`](#x-spread) | Allows you to bind an object of Alpine directives to an element for better reausibility |
| [`x-spread`](#x-spread) | Allows you to bind an object of Alpine directives to an element for better reusability |
| [`x-cloak`](#x-cloak) | This attribute is removed when Alpine initializes. Useful for hiding pre-initialized DOM. |

And 6 magic properties:
Expand Down

0 comments on commit a0fab06

Please sign in to comment.