| Index: pkg/analyzer_plugin/doc/tutorial/outline.md
|
| diff --git a/pkg/analyzer_plugin/doc/tutorial/outline.md b/pkg/analyzer_plugin/doc/tutorial/outline.md
|
| index 6e5095f0a424cd3be6aab5e3c03e2741415451e8..61a42b9af3de073c0d4fb109a6ea4107ec63d657 100644
|
| --- a/pkg/analyzer_plugin/doc/tutorial/outline.md
|
| +++ b/pkg/analyzer_plugin/doc/tutorial/outline.md
|
| @@ -10,7 +10,7 @@ subscribed for outline information in some set of files, then the plugin should
|
| send the information in an `analysis.outline` notification whenever the
|
| information needs to be updated.
|
|
|
| -When a notification needs to be sent, the method`sendOutlineNotification` will
|
| +When a notification needs to be sent, the method `sendOutlineNotification` will
|
| be invoked. This method is responsible for sending the notification.
|
|
|
| The easiest way to add support for this notification is by adding the classes
|
|
|