Skip to content

Commit

Permalink
docs: fix typo (nuxt#518)
Browse files Browse the repository at this point in the history
__dangerouslyDisableSantizers -> __dangerouslyDisableSanitizers
  • Loading branch information
bonno42h committed Feb 23, 2020
1 parent 4b80129 commit a94b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ If you need to disable sanitation, please always use [__dangerouslyDisableSaniti
By disabling sanitization, you are opening potential vectors for attacks such as SQL injection & Cross-Site Scripting (XSS). Be very careful to not compromise your application.
:::

By default, `vue-meta` sanitizes HTML entities in _every_ property. You can disable this behaviour on a per-property basis using `__dangerouslyDisableSantizers`. Just pass it a list of properties you want sanitization to be disabled on:
By default, `vue-meta` sanitizes HTML entities in _every_ property. You can disable this behaviour on a per-property basis using `__dangerouslyDisableSanitizers`. Just pass it a list of properties you want sanitization to be disabled on:

```js
{
Expand Down

0 comments on commit a94b2bc

Please sign in to comment.