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: '*' }
);
```
[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