diff --git a/curriculum/challenges/english/25-front-end-development/workshop-storytelling-app/671fa47e415d88263d349a10.md b/curriculum/challenges/english/25-front-end-development/workshop-storytelling-app/671fa47e415d88263d349a10.md index f025560b743..44194c3edca 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-storytelling-app/671fa47e415d88263d349a10.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-storytelling-app/671fa47e415d88263d349a10.md @@ -17,7 +17,7 @@ You should create a `script` element. assert(document.querySelectorAll('script').length === 3); ``` -Your `script` element should be have an `src` attribute set to `script.js`. +Your `script` element should have an `src` attribute set to `script.js`. ```js const script = document.querySelector("script[data-src$='script.js']");