Update AppRegistry docs

This commit is contained in:
Nicolas Gallagher
2016-11-25 12:36:05 -08:00
parent 8c7cdbf4be
commit 5032ed6fe1
+1 -2
View File
@@ -3,8 +3,7 @@
`AppRegistry` is the control point for registering, running, prerendering, and
unmounting all apps. App root components should register themselves with
`AppRegistry.registerComponent`. Apps can be run by invoking
`AppRegistry.runApplication`, and prerendered by invoking
`AppRegistry.prerenderApplication` (see the [client and server rendering
`AppRegistry.runApplication` (see the [client and server rendering
guide](../guides/rendering.md) for more details).
To "stop" an application when a view should be destroyed, call