Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
biergit authored and rholshausen committed Apr 22, 2024
1 parent 8a30640 commit 986a4ea
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 986a4ea

Please sign in to comment.