We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b5766 commit 66ef687Copy full SHA for 66ef687
2-ui/2-events/01-introduction-browser-events/05-sliding-menu/solution.md
@@ -2,9 +2,9 @@
2
# HTML/CSS
3
First let's create HTML/CSS.
4
5
-A menu is a standalone graphical component on the page, so its better to put it into a single DOM element.
+A menu is a standalone graphical component on the page, so it's better to put it into a single DOM element.
6
7
-A list of menu items can be layed out as a list `ul/li`.
+A list of menu items can be laid out as a list `ul/li`.
8
9
Here's the example structure:
10
0 commit comments