diff --git a/packages/marko/docs/conditionals-and-lists.md b/packages/marko/docs/conditionals-and-lists.md index 5b612c91b..4c811dc54 100644 --- a/packages/marko/docs/conditionals-and-lists.md +++ b/packages/marko/docs/conditionals-and-lists.md @@ -4,7 +4,7 @@ While HTML itself does not support conditionally displaying elements or repeatin ## Conditionals -The `` tag recieves an [argument](./syntax.md#arguments) which is used to determine if its body content should be present. +The `` tag receives an [argument](./syntax.md#arguments) which is used to determine if its body content should be present. ```marko