From 6f233a14ae4082b566bb3ce1957b1fb38b874e3a Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 9 May 2025 13:10:24 -0700 Subject: [PATCH] Update content/shared/extended-plugin-api.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/shared/extended-plugin-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/extended-plugin-api.md b/content/shared/extended-plugin-api.md index 1768772fa..74e91bcc9 100644 --- a/content/shared/extended-plugin-api.md +++ b/content/shared/extended-plugin-api.md @@ -10,7 +10,7 @@ The plugin API lets you: - [Maintain state with the in-memory cache](#maintain-state-with-in-memory-cache) - [Store and retrieve cached data](#store-and-retrieve-cached-data) - [Use TTL appropriately](#use-ttl-appropriately) - - [Share data Across plugins](#share-data-across-plugins) + - [Share data across plugins](#share-data-across-plugins) - [Build a counter](#building-a-counter) - [Guidelines for in-memory caching](#guidelines-for-in-memory-caching) - [Consider cache limitations](#consider-cache-limitations)