diff --git a/curriculum/challenges/english/25-front-end-development/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md b/curriculum/challenges/english/25-front-end-development/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md index 1bea382c1bf..53c44b09e21 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md @@ -10,7 +10,7 @@ dashedName: step-3 You are getting closer. The next thing to do is to set the `viewBox` attribute of the `svg` element. This will control how much of the image is visible. The first two numbers set the center of the image. -The following two numbers set the size of the image can we see; width followed by height. +The following two numbers set the size of the image we can see: width followed by height. Since here the entirety of the icon should be visible, you should set the `viewBox` attribute to `0 0 24 24`.