Add back typo removed by line merge in previous PR (#36010)

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e2763ec..af102bf 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -436,7 +436,7 @@
               env:
                   BUILD_TYPE: default
               run: |
-                  # We want to build various standalone example apps similar to what examples-linux-standalone.yaml
+                  # We want to build various standalone example apps (similar to what examples-linux-standalone.yaml
                   # does), so use target_os="all" to get those picked up as part of the "unified" build.  But then
                   # to save CI resources we want to exclude the "host clang" build, which uses the pigweed clang.
                   scripts/build/gn_gen.sh --args='target_os="all" is_asan=true enable_host_clang_build=false chip_data_model_check_die_on_failure=true' --export-compile-commands