Skip to content

Commit 01a2933

Browse files
committed
chore: fix typo
1 parent 33b0326 commit 01a2933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/widget-plugin-filtering/src/helpers/withAttributeGuard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function withAttributeGuard<P extends RequiredProps>(Component: FC<P>): F
2121
if (!isValid) {
2222
return (
2323
<Alert bootstrapStyle="danger">
24-
The attributes in the current widget configuration is{" "}
24+
The attributes in the current widget configuration are{" "}
2525
<a href="https://docs.mendix.com/refguide/attributes/#limitations">not filterable</a>. Please change
2626
the widget configuration.
2727
</Alert>

0 commit comments

Comments
 (0)