Skip to content

Commit 00dc589

Browse files
committed
docs: fix docs
1 parent 9c54158 commit 00dc589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-use-computed-property-like-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This rule disallows to use computed property like method.
125125
},
126126
computedReturnMethodsReturnBoolean() {
127127
return this.methodsReturnBoolean
128-
}
128+
},
129129
computedReturnMethodsReturnFunction() {
130130
return this.methodsReturnFunction
131131
}

0 commit comments

Comments
 (0)