Skip to content

Commit 85f7366

Browse files
committed
refactor: Fix comment
1 parent 47cc310 commit 85f7366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/project/lib/specifications/types/Component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class Component extends ComponentProject {
291291
}
292292

293293
async _ensureComponent() {
294-
// Ensure that a Component.js exists
294+
// Ensure that a Component.js/ts exists
295295
const componentResource = await this._getRawSourceReader().byPath("/Component.js") ||
296296
await this._getRawSourceReader().byPath("/Component.ts");
297297
if (!componentResource) {

0 commit comments

Comments
 (0)