From 4f53c6b5c4d21df1c29689adeb45e8c5732ab724 Mon Sep 17 00:00:00 2001 From: Kyle Nel <22053773+kdevnel@users.noreply.github.com> Date: Fri, 12 Aug 2022 23:07:38 +0200 Subject: [PATCH] added missing codetabs end marker (#43185) --- .../block-tutorial/writing-your-first-block-type.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to-guides/block-tutorial/writing-your-first-block-type.md b/docs/how-to-guides/block-tutorial/writing-your-first-block-type.md index cec9ab857dc7fe..a65a9473d5e1d3 100644 --- a/docs/how-to-guides/block-tutorial/writing-your-first-block-type.md +++ b/docs/how-to-guides/block-tutorial/writing-your-first-block-type.md @@ -161,6 +161,7 @@ Create the asset file to load the dependencies for the scripts. The name of this ); ``` +{% end %} ### Step 5: Confirm