Skip to content

Commit df34e64

Browse files
authored
Add missing word to first exercise (#79)
I matched the tense of the surrounding phrases.
1 parent fcfb099 commit df34e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01.styling/01.problem.public-links/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
awesome favicon for our site in the `public` directory. Browsers will request
77
the `/favicon.ico` by default, but we've got a
88
✨ responsive ✨ <InlineFile file="public/favicon.svg" /> that will look good in
9-
light and dark mode (you find a media query embedded in the SVG itself). Let's
9+
light and dark mode (you will find a media query embedded in the SVG itself). Let's
1010
get that on the page.
1111

1212
To do this, we'll need to add a `<link>` to <InlineFile file="app/root.tsx" />.

0 commit comments

Comments
 (0)