Merge pull request #9863 from edwilde/patch-12

DOC: fix accidentally nested info box
This commit is contained in:
Stevie Mayhew 2021-02-16 09:53:17 +13:00 committed by GitHub
commit 15c0621fb6
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. 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] [info]
If you do not provide a `schema` parameter, the task will build all schemas. If you do not provide a `schema` parameter, the task will build all schemas.
[/info]` [/info]
### Building on dev/build ### Building on dev/build