diff --git a/_docs/containers-asviewcontroller.md b/_docs/containers-asviewcontroller.md
index 16cddd58..09b48bbb 100755
--- a/_docs/containers-asviewcontroller.md
+++ b/_docs/containers-asviewcontroller.md
@@ -15,7 +15,7 @@ More features will be added over time, so it is a good idea to base your view co
A `UIViewController` provides a view of its own. An `ASViewController` is assigned a node to manage in its designated initializer `initWithNode:`.
-Consider the following `ASViewController` subclass from the ASDKgram sample app that would like to use a table node as its managed node.
+Consider the following `ASViewController` subclass `PhotoFeedNodeController` from the ASDKgram sample app that would like to use a table node as its managed node.
This table node is assigned to the `ASViewController` in its `initWithNode:` designated initializer method.