소스 검색

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.
Matthew Setter 1 년 전
부모
커밋
2fdeedaacd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/docs/src/en/directives/for.md

+ 1 - 1
packages/docs/src/en/directives/for.md

@@ -51,7 +51,7 @@ You may also pass objects to `x-for`.
 
 There are two rules worth noting about `x-for`:
 
->`x-for` MUST be declared on a `<template>` element
+>`x-for` MUST be declared on a `<template>` element.
 > That `<template>` element MUST contain only one root element
 
 <a name="keys"></a>