Skip to content

Commit

Permalink
Spelling fixes: behavor-> behavior
Browse files Browse the repository at this point in the history
Fixing spelling issue pointed out in #205
  • Loading branch information
draco2003 authored Dec 7, 2017
1 parent 74a320c commit 564c5fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ This behavior allows you to hide bricks and sections.
### BrickAppearBehavior
A behavior that defines the direction where bricks are appearing and disappearing from.

> `BrickAppearBehavior ` is extendable, so you can create your own behavor
> `BrickAppearBehavior ` is extendable, so you can create your own behavior
### BrickLayoutZIndexBehavior
A behavior that determines how the bricks are laid out on the z-Axis. This is very important when dealing with behaviors that allow intersections between bricks
Expand Down Expand Up @@ -453,7 +453,8 @@ BrickKit comes with a few behaviors built in:
| MaxZIndexLayoutBehavior | Allows a brick to be set to the maxZIndex, which means they will always be on top of any other brick.
| SetZIndexLayoutBehavior | Allows the layout to set the ZIndex of any brick to any value.

> `BrickLayoutBehavior` is extendable, so are free to create your own behavors.
> `BrickLayoutBehavior` is extendable, so are free to create your own behaviors.

## Requirements

Expand Down

0 comments on commit 564c5fe

Please sign in to comment.