Skip to content

Commit 706798e

Browse files
authored
betwen --> between
1 parent 708f692 commit 706798e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/performance/caching/hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ It's the caller's responsibility to ensure that a key scheme is valid and can't
7979
* `region` might be an enum or string from a predefined list of known regions.
8080

8181
There is no significance placed on tokens such as `/` or `_`. The entire key value is treated as an opaque identifying string. In this case, you could omit the `/` and `_` with no
82-
change to the way the cache functions, but a delimiter is usually used to avoid ambiguity - for example `$"order{customerId}{orderId}"` could cause confusion betwen:
82+
change to the way the cache functions, but a delimiter is usually used to avoid ambiguity - for example `$"order{customerId}{orderId}"` could cause confusion between:
8383

8484
- `customerId` 42 with `orderId` 123
8585
- `customerId` 421 with `orderId` 23

0 commit comments

Comments
 (0)