Skip to content

Commit 4f8997c

Browse files
authored
docs(readme): misspelled grammar (#91)
1 parent 005aea7 commit 4f8997c

File tree

1 file changed

+3
-3
lines changed
  • src/components/admin/integration/hooks

1 file changed

+3
-3
lines changed

src/components/admin/integration/hooks/Form.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const onSubmit = handleSubmit(async values => {
5454
5555
const clear = () => {
5656
if (isUpdating) {
57-
throw new Error("Cannot call clear when updating");
57+
throw new Error("Can not call clear when updating");
5858
}
5959
title.value = undefined;
6060
url.value = undefined;
@@ -69,7 +69,7 @@ defineExpose({
6969
<template>
7070
<div>
7171
<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>
7373
Use
7474
<a class="underline text-blue-500" href="https://atlas.thenirvanalabs.com/oauth2/jwks" target="_blank">this</a>
7575
JWKs RSA key to authorise requests.
@@ -100,4 +100,4 @@ defineExpose({
100100
</button>
101101
</form>
102102
</div>
103-
</template>
103+
</template>

0 commit comments

Comments
 (0)