Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

docs: fix simple typo, ofuscate -> obfuscate #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/schemas/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you have optional fields you must explicitely declare this as
`Field(required=False)`

2) **load_from** -> Sometimes is useful to deal with friendly names
inside a schema but to ofuscate them outside outside your app, by using the `load_from` parameter
inside a schema but to obfuscate them outside outside your app, by using the `load_from` parameter
you can specify where to load this field from or even load two
different fields from the same key.

Expand Down