Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RoboFile extends \Robo\Tasks
?>
```

**Note:** The class ConsoleIO *isa* SymfonyStyle, and therefore has access to all of the Symfony styling methods. It also adds a few Robo extensions such as the `say()` and `yell()` output styles. This parameter may be omitted for commands that do not perofrom any output.
**Note:** The class ConsoleIO *is a* SymfonyStyle, and therefore has access to all of the Symfony styling methods. It also adds a few Robo extensions such as the `say()` and `yell()` output styles. This parameter may be omitted for commands that do not perform any output.

When we run:

Expand Down