From 1921cfb1e1b8a461c2e8b418aa1abdb4257acb85 Mon Sep 17 00:00:00 2001 From: Ty Pi <161499656+Ty-Pi@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:50:58 -0400 Subject: [PATCH] Update 3-add-a-code-example.md (#96) * Update 3-add-a-code-example.md Deleted first use of code blocks. Changed last comma to a semi-colon. * Update .github/steps/3-add-a-code-example.md --------- Co-authored-by: Kevin Heis --- .github/steps/3-add-a-code-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/3-add-a-code-example.md b/.github/steps/3-add-a-code-example.md index 8c65fc7..08112af 100644 --- a/.github/steps/3-add-a-code-example.md +++ b/.github/steps/3-add-a-code-example.md @@ -8,7 +8,7 @@ _Great job adding an image to the file :tada:_ -In addition to code blocks, some code blocks should be rendered differently depending on the language, such as JavaScript or command-line text. +Let's add some code blocks. Code blocks can render differently depending on the language. ### Example 1