docs: fix small typo

pull/5228/head
sandrochuber 2020-06-05 16:23:24 +02:00 committed by GitHub
parent 5c74e86ec4
commit 073d9f3179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ V's ORM provides a number of benefits:
- One syntax for all SQL dialects. Migrating between databases becomes much easier.
- Queries are constructed using V's syntax. There's no need to learn another syntax.
- Safety. All queries are automatically santised to prevent SQL injection.
- Safety. All queries are automatically sanitised to prevent SQL injection.
- Compile time checks. This prevents typos which can only be caught during runtime.
- Readability and simplicity. You don't need to manually parse the results of a query and then manually construct objects from the parsed results.