Skip to content

Commit a94b2bc

Browse files
authored
docs: fix typo (#518)
__dangerouslyDisableSantizers -> __dangerouslyDisableSanitizers
1 parent 4b80129 commit a94b2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ If you need to disable sanitation, please always use [__dangerouslyDisableSaniti
503503
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.
504504
:::
505505

506-
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:
506+
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:
507507

508508
```js
509509
{

0 commit comments

Comments
 (0)