Skip to content

Commit

Permalink
Typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasklemm committed Oct 20, 2020
1 parent 54d1e1f commit 8030939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/one_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class Product < ApplicationRecord
end

class ProductList < ApplicationRecord
attribute :configurations, OneOfConfigurations.to_aray_type
attribute :configurations, OneOfConfigurations.to_array_type
end
```

0 comments on commit 8030939

Please sign in to comment.