Skip to content

Commit

Permalink
Merge branch 'main' of github.com:avo-hq/avodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jul 4, 2023
2 parents 2959509 + a3cdd49 commit ad8aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.0/field-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can also format using Rails helpers like `number_to_currency` (note that `vi
field :price, as: :number, format_using: -> { view_context.number_to_currency(value) }
```

## Modify the value before sabing it to the database
## Modify the value before saving it to the database

<VersionReq version="2.36" class="mt-2" />

Expand Down

0 comments on commit ad8aa9e

Please sign in to comment.