Skip to content

Commit

Permalink
Small fix at docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloh committed Sep 27, 2018
1 parent f12fd24 commit 37e5a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class CreateNugget < Pathway::Operation
context :user_name

form do
configure { options :user_name }
configure { option :user_name }

required(:owner).filled(:str?, :eql?: user_name)
required(:price).filled(:int?)
Expand All @@ -411,7 +411,7 @@ class CreateNugget < Pathway::Operation
context :current_user_name

form do
configure { options :user_name }
configure { option :user_name }

required(:owner).filled(:str?, :eql?: user_name)
required(:price).filled(:int?)
Expand Down

0 comments on commit 37e5a27

Please sign in to comment.