Skip to content

Commit 493b4d4

Browse files
packetmonkeybeauby
authored andcommitted
Fix typo in hanami params example (#9)
1 parent 591cfe5 commit 493b4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/peeks/_hanami.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module API::Controllers::Posts
1111
deserializable_resource :post
1212

1313
params do
14-
require(:post).schema do
14+
required(:post).schema do
1515
required(:title)
1616
required(:content)
1717
required(:tag_ids)

0 commit comments

Comments
 (0)