From 555cc55a99e501f1162a31af03d3dfaec8ea74e7 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 24 Jan 2023 08:45:40 +0100 Subject: [PATCH] docs: old statement about actions --- packages/docs/core-concepts/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/core-concepts/plugins.md b/packages/docs/core-concepts/plugins.md index 010fb16f..2777c034 100644 --- a/packages/docs/core-concepts/plugins.md +++ b/packages/docs/core-concepts/plugins.md @@ -6,7 +6,7 @@ Pinia stores can be fully extended thanks to a low level API. Here is a list of - Add new options when defining stores - Add new methods to stores - Wrap existing methods -- Change or even cancel actions +- Intercept actions and its results - Implement side effects like [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) - Apply **only** to specific stores -- 2.47.3