Skip to content

Commit 2fdeeda

Browse files
authored
Minor grammar correction in the for directive docs (#4266)
While reading the documentation, I noticed a sentence didn't have a closing period. This change adds it.
1 parent 541cb8e commit 2fdeeda

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/en/directives

1 file changed

+1
-1
lines changed

packages/docs/src/en/directives/for.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You may also pass objects to `x-for`.
5151

5252
There are two rules worth noting about `x-for`:
5353

54-
>`x-for` MUST be declared on a `<template>` element
54+
>`x-for` MUST be declared on a `<template>` element.
5555
> That `<template>` element MUST contain only one root element
5656
5757
<a name="keys"></a>

0 commit comments

Comments
 (0)