Skip to content

Commit 038eb61

Browse files
author
Alfred Brockotter
committed
fix: Fixed typo in readme.md
1 parent 180dbc5 commit 038eb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm i rxjs --save (because this is a peer dependency of the Kentico Cloud Delive
4646
By default Nuxt can only work with promises. Therefor you always use the "getPromise" method provided by the Kentico Cloud Delivery SDK! RxJs operator's are not supported at the moment.
4747

4848
## Caching
49-
API calls can be "cached" (they will be stored in memory) client side via the "viaCache" method
49+
API calls can be "cached" (they will be stored in memory) client side via the "viaCache" method.
5050

5151
```javascript
5252
const query = this.$deliveryClient.items().type('page');

0 commit comments

Comments
 (0)