Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
I guess as: is meant
(According to the instances in the example)
  • Loading branch information
ShalokShalom authored and flash-gordon committed Jan 1, 2025
1 parent 5ab65d1 commit e4f3e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/source/params-and-options.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ user.name # => 'Andrew'
user.email # => 'andrew@email.com'
```

Options can be renamed using `:as` key:
Options can be renamed using `as:` key:

```ruby
require 'dry-initializer'
Expand Down

0 comments on commit e4f3e50

Please sign in to comment.