Skip to content

Commit 1abb944

Browse files
gavrashenkoposva
authored andcommitted
chore(typo): no dots at the end of the comments (vuejs#8087)
1 parent 1ff51be commit 1abb944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/compiler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ declare type ASTText = {
173173

174174
// SFC-parser related declarations
175175

176-
// an object format describing a single-file component.
176+
// an object format describing a single-file component
177177
declare type SFCDescriptor = {
178178
template: ?SFCBlock;
179179
script: ?SFCBlock;

0 commit comments

Comments
 (0)