]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: old statement about actions
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Jan 2023 07:45:40 +0000 (08:45 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 15 Feb 2023 09:52:57 +0000 (10:52 +0100)
packages/docs/core-concepts/plugins.md

index 010fb16f7fa60be353c349593cfca1df9b7c7506..2777c034f800d3b11c075b273dc97c4b943cb1a2 100644 (file)
@@ -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