From 2ec88bdd8b720100b2a3ffdc7700dda4e6cc7785 Mon Sep 17 00:00:00 2001 From: Andrew Sardone Date: Tue, 31 Mar 2015 17:17:44 -0400 Subject: [PATCH] Tweak copy around adding an outlet for ReactView --- docs/EmbeddedApp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EmbeddedApp.md b/docs/EmbeddedApp.md index ed9f97208..de6a21c7d 100644 --- a/docs/EmbeddedApp.md +++ b/docs/EmbeddedApp.md @@ -97,7 +97,7 @@ However, let's subclass `UIView` for the sake of clean code. Let's name it `Reac @end ``` -Don't forget to add an outlet for it. +In a view controller that wants to manage this view, go ahead and add an outlet and wire it up: ``` // ViewController.m