From fb0b8cc3e8d916d362c18faf758c1783a320351d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Eriksson?= Date: Thu, 26 Sep 2024 16:41:38 +0200 Subject: [PATCH] docs: fix markdown syntax --- docs/tutorials/graphql.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/graphql.mdx b/docs/tutorials/graphql.mdx index c679a9fe6d..c1a1fd5822 100644 --- a/docs/tutorials/graphql.mdx +++ b/docs/tutorials/graphql.mdx @@ -670,6 +670,7 @@ You can see how to configure and deploy your application in the [self-hosting do $ git add -A . $ git commit -m 'Initial commit' $ git push encore +``` Encore will now build and test your app, provision the needed infrastructure, and deploy your application to the cloud.