From 62fb6bc22962d4b9076a80fd33bed92fcdf8f8f5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 28 Apr 2023 08:58:58 +0200 Subject: [PATCH] fix(markdown): Copy-paste error --- markdown/dev/guides/plugins/store/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/guides/plugins/store/en.md b/markdown/dev/guides/plugins/store/en.md index e3eb99772cf..77100c2caf5 100644 --- a/markdown/dev/guides/plugins/store/en.md +++ b/markdown/dev/guides/plugins/store/en.md @@ -8,7 +8,7 @@ within a pattern. ## Signature -To provide one or more store methods, your plugin should have a `macros` property that +To provide one or more store methods, your plugin should have a `store` property that is an array where each member is itself an array with two members: - The first member holds the key to attach the method to (in dot notation)