DOC: fix accidentally nested info box

The code block was closed on the wrong side of the info box, causing it to not render correctly.
This commit is contained in:
Ed Wilde 2021-02-15 14:45:56 +13:00 committed by GitHub
parent ea136a55b8
commit eca656ffeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,11 @@ The task that generates the schema code is `build-schema`. It takes a parameter
Keep in mind that many of your changes will be in YAML, which also requires a flush.
`$ vendor/bin/sake dev/graphql/build schema=default flush=1
`$ vendor/bin/sake dev/graphql/build schema=default flush=1`
[info]
If you do not provide a `schema` parameter, the task will build all schemas.
[/info]`
[/info]
### Building on dev/build