diff --git a/_docs/subclassing-layout.md b/_docs/subclassing-layout.md index 626fe43a..47e7ea06 100755 --- a/_docs/subclassing-layout.md +++ b/_docs/subclassing-layout.md @@ -7,7 +7,7 @@ The most important distinction when creating a subclass is whether you writing a ## ASViewController
-An `ASViewController` is a regular UIViewController subclass that has special features to manage nodes. Since it is a UIViewController subclass, all methods are called on the **main thread** (and you should always create an ASViewController on the main thread). +An `ASViewController` is a regular `UIViewController` subclass that has special features to manage nodes. Since it is a UIViewController subclass, all methods are called on the **main thread** (and you should always create an ASViewController on the main thread). ###`-init`