From 5e3355bfb56cc5d614ec8f3ad4c02740ed58b75d Mon Sep 17 00:00:00 2001 From: "J.T. Burgess" Date: Wed, 29 Aug 2018 19:31:20 -0500 Subject: [PATCH] Fix Typo "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 6f3b4ca1a..c4f6d413c 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.