From aee389803f93c8b615bf5def627b1892413da9eb Mon Sep 17 00:00:00 2001 From: Fernando Alee Suaiden <129008295+FerSuaiden@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:35:42 -0300 Subject: [PATCH] fix(curriculum): remove periods from answers in audio/video apis challenge (#63968) --- .../6733d8606fb893099e3d0df3.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/blocks/lecture-working-with-audio-and-video/6733d8606fb893099e3d0df3.md b/curriculum/challenges/english/blocks/lecture-working-with-audio-and-video/6733d8606fb893099e3d0df3.md index a04fb543599..09ed765cba5 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-audio-and-video/6733d8606fb893099e3d0df3.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-audio-and-video/6733d8606fb893099e3d0df3.md @@ -99,7 +99,7 @@ Which API allows you to pass a user's webcam feed directly to a `video` element' ## --answers-- -Screen Capture API. +Screen Capture API ### --feedback-- @@ -107,7 +107,7 @@ This core API extends the behavior of media sources. --- -MediaStream Recording API. +MediaStream Recording API ### --feedback-- @@ -115,11 +115,11 @@ This core API extends the behavior of media sources. --- -Media Source Extensions API. +Media Source Extensions API --- -Web Audio API. +Web Audio API ### --feedback--