DOC: Fix unterminated injector callout block

This commit is contained in:
Aaron Carlino 2020-01-17 10:47:16 +13:00
parent acbbf80d14
commit 681ed4f78a

View File

@ -340,11 +340,13 @@ Injector.transform(
{ after: '*' } { after: '*' }
); );
``` ```
[info] [info]
This flag can only be used once per transformation. This flag can only be used once per transformation.
The following are not allowed: The following are not allowed:
* `{ before: ['*', 'something-else'] }` * `{ before: ['*', 'something-else'] }`
* `{ after: '*', before: 'something-else' }` * `{ after: '*', before: 'something-else' }`
[/info] [/info]
## Injector context ## Injector context