Skip to content

Commit

Permalink
Fix display-name comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Williams committed Nov 3, 2016
1 parent b292fbf commit aa61d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/display-name.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = {
/**
* Checks if the component have a name set by the transpiler
* @param {ASTNode} node The AST node being checked.
* @returns {Boolean} True ifcomponent have a name, false if not.
* @returns {Boolean} True if component has a name, false if not.
*/
function hasTranspilerName(node) {
var namedObjectAssignment = (
Expand Down

0 comments on commit aa61d48

Please sign in to comment.