Skip to content

Commit

Permalink
Merge pull request #941 from pwmckenna/patch-1
Browse files Browse the repository at this point in the history
Fix display-name comment typo
  • Loading branch information
ljharb authored Nov 3, 2016
2 parents b292fbf + aa61d48 commit 16fe501
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 16fe501

Please sign in to comment.