Skip to content

Commit

Permalink
Merge pull request #484 from frusznyak/patch-1
Browse files Browse the repository at this point in the history
Fix typo in callbacks-events.md
  • Loading branch information
orestbida authored Mar 15, 2023
2 parents cb39758 + 4a6cc1b commit 0b43593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/callbacks-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This event is triggered only the very first time that the user expresses their c
```

## onConsent
This event is triggered the very first time the user expresses expresses their choice of consent — just like `onFirstConsent` — but also **on every subsequent page load**.
This event is triggered the very first time the user expresses their choice of consent — just like `onFirstConsent` — but also **on every subsequent page load**.

- **Example** <br>

Expand Down Expand Up @@ -155,4 +155,4 @@ This event is triggered when a modal is created and appended to the DOM.
// do something
});
```
```

1 comment on commit 0b43593

@vercel
Copy link

@vercel vercel bot commented on 0b43593 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cookieconsent-docs – ./

cookieconsent-docs-git-v30-beta-orest.vercel.app
cookieconsent-docs-orest.vercel.app
cookieconsent.orestbida.com

Please sign in to comment.