Skip to content

Commit c3e98cf

Browse files
authored
Merge pull request #91 from Spone/patch-1
Fix typo in attributes docs
2 parents 363e945 + 868d7c8 commit c3e98cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsite/source/attributes.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: dry-initializer
66

77
Sometimes you need to access all attributes assigned via params and options of the object constructor.
88

9-
We support 2 methods: `attributes` and `public_attributes` for this goal. Both methods are wrapped into container accessible via `.dry_types` container:
9+
We support 2 methods: `attributes` and `public_attributes` for this goal. Both methods are wrapped into container accessible via `.dry_initializer` container:
1010

1111
```ruby
1212
require 'dry-initializer'

0 commit comments

Comments
 (0)