diff --git a/packages/docs/platforms/facebook.md b/packages/docs/platforms/facebook.md index 529067e8c..8b200247e 100644 --- a/packages/docs/platforms/facebook.md +++ b/packages/docs/platforms/facebook.md @@ -30,7 +30,7 @@ FacebookAdapter provides a translation layer for Botkit and BotBuilder so that b ### Botkit Basics -When used in concert with Botkit, developers need only pass the configured adapter to the Botkit constructor, as seen below. Botkit will automatically create and configure the webhook endpoints and other options necessary for communicating with Facebook. +When used in concert with Botkit, developers need only pass the configured adapter to the Botkit constructor, as seen below. Botkit will automatically create and configure the webhook endpoints and other necessary options for communicating with Facebook. Developers can then bind to Botkit's event emitting system using `controller.on` and `controller.hears` to filter and handle incoming events from the messaging platform. [Learn more about Botkit's core feature →](../index.md).