Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Yaapa Hage committed Apr 17, 2020
1 parent 55f5fed commit e0a10b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/LB3-vs-LB4-request-response-cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ former performs the validation at the REST API layer, while the later performs
the validation at the data access layer; that means, the data validation of
`jsonSchema` will not be applied if data is modifiued using repository methods.

Here is an example of enforcing the string length of a model property usin
Here is an example of enforcing the string length of a model property using
`jsonSchema` in LoopBack 4:

```ts
Expand Down

0 comments on commit e0a10b8

Please sign in to comment.