fix(curriculum): Typo corrected from 'can we see' to 'as we can see' (#61851)

This commit is contained in:
Mukal Markanda
2025-08-18 14:19:22 +05:30
committed by GitHub
parent 3c866bf560
commit 9405b40836
@@ -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`.