Skip to content

Commit

Permalink
Merge pull request #1735 from biergit/patch-2
Browse files Browse the repository at this point in the history
Fix another typo
  • Loading branch information
YOU54F authored Nov 29, 2023
2 parents b361138 + 1b8fe19 commit c002e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ expression for the path where the ID will be replaced with the value returned fr
You can also just use the key instead of an expression:

```java
.valueFromProviderState('userId', 'userId', 100) // will look value using userId as the key
.valueFromProviderState('userId', 'userId', 100) // will lookup value using userId as the key
```

## Overriding the expression markers `${` and `}` (4.1.25+)
Expand Down

0 comments on commit c002e9a

Please sign in to comment.