Skip to content

Commit e7033f7

Browse files
committed
formatting
1 parent dc4a539 commit e7033f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/05 - Flex Panel Gallery/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Finally, we'll write some JavaScript code to attach _event listeners_ to each `p
126126
and providing a different function name for the _event handler_.
127127
4. Define the function for Step 2 to **toggle** the class `open` on the _function context_.
128128
5. Define the function for Step 3 to **toggle** the class `open-active` on the _function
129-
context_ **IF** the event has a property name which includes the word 'flex'.
129+
context_ **IF** the event which triggered this function has a property name that
130+
includes the word 'flex'.
130131

131132
CHALLENGE 5 === DEMOLISHED

0 commit comments

Comments
 (0)