Skip to content

Commit

Permalink
docs(readme): misspelled grammar (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Aug 18, 2024
1 parent 005aea7 commit 4f8997c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/admin/integration/hooks/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const onSubmit = handleSubmit(async values => {
const clear = () => {
if (isUpdating) {
throw new Error("Cannot call clear when updating");
throw new Error("Can not call clear when updating");
}
title.value = undefined;
url.value = undefined;
Expand All @@ -69,7 +69,7 @@ defineExpose({
<template>
<div>
<div class="text-sm mb-4 text-zinc-500" v-if="!isUpdating">
Create a hook to start receiving events immediatly. <br>
Create a hook to start receiving events immediately. <br>
Use
<a class="underline text-blue-500" href="https://atlas.thenirvanalabs.com/oauth2/jwks" target="_blank">this</a>
JWKs RSA key to authorise requests.
Expand Down Expand Up @@ -100,4 +100,4 @@ defineExpose({
</button>
</form>
</div>
</template>
</template>

0 comments on commit 4f8997c

Please sign in to comment.