Skip to content

Commit

Permalink
fix: fixed typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Mar 23, 2022
1 parent 2607b93 commit 805dbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/useDirectus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const useDirectus = () => {
},
});
} catch (err: any) {
// nuxt.hooks.callHook("direcuts:error" as any, e);
// nuxt.hooks.callHook("directus:error" as any, e);
throw err;
}
};
Expand Down

0 comments on commit 805dbcc

Please sign in to comment.