Skip to content

Commit

Permalink
Fix Typo (TextureGroup#1089)
Browse files Browse the repository at this point in the history
"preform" -> "perform"
  • Loading branch information
jtbthethird authored and mikezucc committed Oct 2, 2018
1 parent 0b82092 commit f8090f8
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 f8090f8

Please sign in to comment.