Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
biergit authored Nov 29, 2023
1 parent 36a3992 commit 1b8fe19
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 1b8fe19

Please sign in to comment.