fastly / js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications
https://developer.fastly.com/learning/compute/javascript/
Apache License 2.0
199 stars 26 forks source link

docs: Correct page title for TransactionCacheEntry.update #778

Closed harmony7 closed 4 months ago

harmony7 commented 4 months ago

The docs page for TransactionCacheEntry.update was incorrectly titled TransactionCacheEntry.insert

https://js-compute-reference-docs.edgecompute.app/docs/fastly:cache/TransactionCacheEntry/update

This PR simply fixes this. As a result, the left-side TOC is also corrected.