Skip to content

Commit

Permalink
chore(typo): no dots at the end of the comments (#8087)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavrashenko authored and posva committed Apr 26, 2018
1 parent 1ff51be commit 1abb944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/compiler.js
Expand Up @@ -173,7 +173,7 @@ declare type ASTText = {

// SFC-parser related declarations

// an object format describing a single-file component.
// an object format describing a single-file component
declare type SFCDescriptor = {
template: ?SFCBlock;
script: ?SFCBlock;
Expand Down

0 comments on commit 1abb944

Please sign in to comment.