Skip to content

Commit

Permalink
chore(docs): fix typo in types-and-validators.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Sep 20, 2023
1 parent d74f35e commit 97b7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generators/build-structure/types-and-validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ T.pick("pickBigObject")

### Extend

It could happen that you want to add extra properties on an `T.objct()` that is
It could happen that you want to add extra properties on an `T.object()` that is
provided by a library. A use case is when using Compas' store package to save
files. It provides a typed `fileMeta` type which you can extend to add extra
properties.
Expand Down

0 comments on commit 97b7977

Please sign in to comment.