Skip to content

Commit 7446e27

Browse files
committed
chore: remove unnecessary escape char in fromProviderState docs
1 parent c852019 commit 7446e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ For this to work, in the consumer test we use the `fromProviderState` matching f
274274
For example:
275275

276276
```js
277-
query: { accountNumber: fromProviderState("\${accountNumber}", "100") },
277+
query: { accountNumber: fromProviderState("${accountNumber}", "100") },
278278
```
279279

280280
Then when the provider is verified, the provider state callback can return a map of values. These values will be used to generate the value using the expression supplied from the consumer test.

0 commit comments

Comments
 (0)