fix(curriculum): fix typos in lab-boolean-check (#62844)

This commit is contained in:
Diem-Trang Pham
2025-10-15 15:05:47 -05:00
committed by GitHub
parent 2f90571583
commit 836134b327
@@ -7,7 +7,7 @@ dashedName: build-a-boolean-check-function
# --description--
In this lab you will build a function that check if a value is classified as a boolean primitive.
In this lab, you will build a function that checks if a value is classified as a boolean primitive.
Boolean primitives are `true` and `false`.