Skip to content

Commit

Permalink
Fix typo in the Modal utilities comment (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK authored Oct 31, 2023
1 parent 8fddb2b commit bc47b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skeleton/src/lib/utilities/Modal/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MODAL_STORE_KEY = 'modalStore';
* @example
* ```svelte
* <script>
* import { getmodalStore } from "@skeletonlabs/skeleton";
* import { getModalStore } from "@skeletonlabs/skeleton";
*
* const modalStore = getModalStore();
*
Expand Down

0 comments on commit bc47b65

Please sign in to comment.