From eca656ffeb43ec2de904583378954faa1606406f Mon Sep 17 00:00:00 2001 From: Ed Wilde Date: Mon, 15 Feb 2021 14:45:56 +1300 Subject: [PATCH] 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. --- .../19_GraphQL/01_getting_started/03_building_the_schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md index 0dacb9132..96a57d0ce 100644 --- a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md +++ b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md @@ -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