Skip to content

Commit 66ef687

Browse files
committed
Fixed spelling and grammar
1 parent 23b5766 commit 66ef687

File tree

1 file changed

+2
-2
lines changed
  • 2-ui/2-events/01-introduction-browser-events/05-sliding-menu

1 file changed

+2
-2
lines changed

2-ui/2-events/01-introduction-browser-events/05-sliding-menu/solution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# HTML/CSS
33
First let's create HTML/CSS.
44

5-
A menu is a standalone graphical component on the page, so its better to put it into a single DOM element.
5+
A menu is a standalone graphical component on the page, so it's better to put it into a single DOM element.
66

7-
A list of menu items can be layed out as a list `ul/li`.
7+
A list of menu items can be laid out as a list `ul/li`.
88

99
Here's the example structure:
1010

0 commit comments

Comments
 (0)