From 7f608c8a4704d44e8004203941439d58a3ccae0b Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 27 Dec 2024 15:11:12 +0000 Subject: [PATCH] Fix typo in hexadecimal (#1263) --- .../index.md | 6 +++--- org-cyf-sdc/content/tools/sprints/1/prep/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename common-content/en/module/tools/{binary-and-hexidecimal-numbers => binary-and-hexadecimal-numbers}/index.md (92%) diff --git a/common-content/en/module/tools/binary-and-hexidecimal-numbers/index.md b/common-content/en/module/tools/binary-and-hexadecimal-numbers/index.md similarity index 92% rename from common-content/en/module/tools/binary-and-hexidecimal-numbers/index.md rename to common-content/en/module/tools/binary-and-hexadecimal-numbers/index.md index bb970b80a..347cd9a0e 100644 --- a/common-content/en/module/tools/binary-and-hexidecimal-numbers/index.md +++ b/common-content/en/module/tools/binary-and-hexadecimal-numbers/index.md @@ -1,14 +1,14 @@ +++ -title = "Binary and hexidecimal numbers" +title = "Binary and hexadecimal numbers" headless = true time = 90 facilitation = false emoji= "📖" [objectives] 1="Convert signed and unsigned numbers between any two of: binary, decimal, hexadecimal" - 2="Explain the similarities and differences between binary, decimal, and hexidecimal numbers" + 2="Explain the similarities and differences between binary, decimal, and hexadecimal numbers" 3="Explain why we use binary numbers" - 4="Explain why we use hexidecimal numbers" + 4="Explain why we use hexadecimal numbers" 5="Describe how different programs can interpret the same bytes as different data" 6="Identify how many bits are needed to store integers up to some limit" 7="Identify the maximum integer that can be stored in a number of bits" diff --git a/org-cyf-sdc/content/tools/sprints/1/prep/index.md b/org-cyf-sdc/content/tools/sprints/1/prep/index.md index 97bb9537c..b67a9d2dd 100644 --- a/org-cyf-sdc/content/tools/sprints/1/prep/index.md +++ b/org-cyf-sdc/content/tools/sprints/1/prep/index.md @@ -7,7 +7,7 @@ menu_level = ['sprint'] weight = 1 [[blocks]] name="Binary and hexadecimal numbers" -src="module/tools/binary-and-hexidecimal-numbers" +src="module/tools/binary-and-hexadecimal-numbers" [[blocks]] name="CPU and Memory" src="module/tools/cpu-and-memory"