Skip to content

Commit

Permalink
Docs: Minor rephrase in no-invalid-this. (#9542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisc authored and not-an-aardvark committed Oct 31, 2017
1 parent 8f9c0fe commit acccfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-invalid-this.md
Expand Up @@ -6,7 +6,7 @@ Under the strict mode, `this` keywords outside of classes or class-like objects

This rule aims to flag usage of `this` keywords outside of classes or class-like objects.

Basically this rule checks whether or not a function which are containing `this` keywords is a constructor or a method.
Basically, this rule checks whether or not a function containing `this` keyword is a constructor or a method.

This rule judges from following conditions whether or not the function is a constructor:

Expand Down

0 comments on commit acccfbd

Please sign in to comment.