From dcda33b6927d6e45fc5b8930f50f647546f17cbc Mon Sep 17 00:00:00 2001 From: "J.T. Burgess" Date: Wed, 29 Aug 2018 19:39:23 -0500 Subject: [PATCH] Fix Typo (#1089) "preform" -> "perform" --- docs/_docs/node-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/node-overview.md b/docs/_docs/node-overview.md index 6f3b4ca1a7..c4f6d413cd 100755 --- a/docs/_docs/node-overview.md +++ b/docs/_docs/node-overview.md @@ -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.