Skip to content

Commit 592b150

Browse files
committed
improve readme
1 parent c1cfde4 commit 592b150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ The above example will strip all HTML tags from strings in the input.
916916

917917
### Type sanitation
918918

919-
If you enable the 'sanitation' middleware, then you (automtically) also enable type sanitation. When this is enabled you may:
919+
If you enable the 'sanitation' middleware, then you (automatically) also enable type sanitation. When this is enabled you may:
920920

921921
- send leading and trailing whitespace in a non-character field (it will be ignored).
922922
- send a float to an integer or bigint field (it will be rounded).
@@ -963,7 +963,7 @@ You can parse this output to make form fields show up with a red border and thei
963963

964964
### Type validations
965965

966-
If you enable the 'validation' middleware, then you (automtically) also enable type validation.
966+
If you enable the 'validation' middleware, then you (automatically) also enable type validation.
967967
This includes the following error messages:
968968

969969
| error message | reason | applies to types |

0 commit comments

Comments
 (0)