Skip to content

Commit

Permalink
Fix Typo (#1089)
Browse files Browse the repository at this point in the history
"preform" -> "perform"
  • Loading branch information
jtbthethird authored and nguyenhuy committed Aug 30, 2018
1 parent 465abb1 commit dcda33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/node-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nextPage: subclassing.html

Texture offers the following nodes.

A key advantage of using nodes over UIKit components is that **all nodes preform layout and display off of the main thread**, so that the main thread is available to immediately respond to user interaction events.
A key advantage of using nodes over UIKit components is that **all nodes perform layout and display off of the main thread**, so that the main thread is available to immediately respond to user interaction events.

<table style="width:100%" class = "paddingBetweenCols">
<tr>
Expand Down

0 comments on commit dcda33b

Please sign in to comment.