Skip to content

Commit fbea8d3

Browse files
committed
Fix typo in comment
1 parent 749ae7a commit fbea8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/links/public/components/editor/links_editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const LinksEditor = ({
8080
initialLayout?: LinksLayoutType;
8181
parentDashboard?: DashboardContainer;
8282
isByReference: boolean;
83-
flyoutId: string; // used to manage the focus of this flyout after inidividual link editor flyout is closed
83+
flyoutId: string; // used to manage the focus of this flyout after individual link editor flyout is closed
8484
}) => {
8585
const toasts = coreServices.notifications.toasts;
8686
const isMounted = useMountedState();

0 commit comments

Comments
 (0)