Skip to content

Commit 16fe501

Browse files
authored
Merge pull request #941 from pwmckenna/patch-1
Fix display-name comment typo
2 parents b292fbf + aa61d48 commit 16fe501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/display-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = {
9191
/**
9292
* Checks if the component have a name set by the transpiler
9393
* @param {ASTNode} node The AST node being checked.
94-
* @returns {Boolean} True ifcomponent have a name, false if not.
94+
* @returns {Boolean} True if component has a name, false if not.
9595
*/
9696
function hasTranspilerName(node) {
9797
var namedObjectAssignment = (

0 commit comments

Comments
 (0)