From 681ed4f78aedeef4d2c115d9689f9312a40ca415 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Fri, 17 Jan 2020 10:47:16 +1300 Subject: [PATCH] DOC: Fix unterminated injector callout block --- .../07_ReactJS_Redux_and_GraphQL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md index a4bedd47a..f211f299b 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md @@ -340,11 +340,13 @@ Injector.transform( { after: '*' } ); ``` + [info] This flag can only be used once per transformation. The following are not allowed: * `{ before: ['*', 'something-else'] }` * `{ after: '*', before: 'something-else' }` + [/info] ## Injector context