We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b6d59 commit 70397f8Copy full SHA for 70397f8
docs/exercise2c.md
@@ -1,6 +1,10 @@
1
# Exercise 2c: word wrap!
2
3
-You might notice that the browser doesn't have word wrap.
+You might notice that the browser doesn't have word wrap. Really long lines
4
+of text flow right off the side of the window and you can't read them. Word
5
+wrap is the way most browsers (and other apps) will chop those long lines
6
+into shorter lines automatically, so you can read all of it.
7
+
8
How would you do that?
9
10
Hints:
0 commit comments