Commit 4f8997c 1 parent 005aea7 commit 4f8997c Copy full SHA for 4f8997c
File tree 1 file changed +3
-3
lines changed
src/components/admin/integration/hooks
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const onSubmit = handleSubmit(async values => {
54
54
55
55
const clear = () => {
56
56
if (isUpdating ) {
57
- throw new Error (" Cannot call clear when updating" );
57
+ throw new Error (" Can not call clear when updating" );
58
58
}
59
59
title .value = undefined ;
60
60
url .value = undefined ;
@@ -69,7 +69,7 @@ defineExpose({
69
69
<template >
70
70
<div >
71
71
<div class =" text-sm mb-4 text-zinc-500" v-if =" !isUpdating" >
72
- Create a hook to start receiving events immediatly . <br >
72
+ Create a hook to start receiving events immediately . <br >
73
73
Use
74
74
<a class =" underline text-blue-500" href =" https://atlas.thenirvanalabs.com/oauth2/jwks" target =" _blank" >this</a >
75
75
JWKs RSA key to authorise requests.
@@ -100,4 +100,4 @@ defineExpose({
100
100
</button >
101
101
</form >
102
102
</div >
103
- </template >
103
+ </template >
You can’t perform that action at this time.
0 commit comments