Merge pull request #9375 from unclecheese/pulls/4/fix-injector-callout

DOC: Fix unterminated injector callout block
This commit is contained in:
Garion Herman 2020-01-17 11:03:29 +13:00 committed by GitHub
commit aa37e887be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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