Skip to content

Commit 868d7c8

Browse files
authored
Fix typo
The text mentions `.dry_types` but the code examples use `.dry_initializer`.
1 parent 363e945 commit 868d7c8

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)