Skip to content

Commit

Permalink
Fix typo in user guide #359
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Jul 28, 2018
1 parent f071d89 commit 09ce6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameterized_steps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Then you can define a step method as follows:

[source,java]
----
public SELF the_coffee_price_$_is_registered( @POJOFormat(fieldsFormat = {
public SELF the_coffee_price_$_is_registered( @POJOFormat(fieldFormats = {
@NamedFormat( name = "name", customFormatAnnotation = Quoted.class),
@NamedFormat( name = "price_in_EUR", format = @Format( value = PrintfFormatter.class, args = "%s EUR" ) )
} ) CoffeeWithPrice price ) {
Expand Down

0 comments on commit 09ce6b1

Please # to comment.