Skip to content

Commit

Permalink
fix(cspell): typo spelling :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Feb 19, 2025
1 parent 8a01523 commit 986558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/dashboard/dashboard.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class Dashboard extends TenantOrganizationBaseEntity implements IDashboar
*/

/**
* Dashbaord Widgets
* Dashboard Widgets
*/
@MultiORMOneToMany(() => DashboardWidget, (it) => it.dashboard)
widgets?: DashboardWidget[];
Expand Down

0 comments on commit 986558b

Please sign in to comment.