Skip to content

Commit

Permalink
Fix typo in README: obejct (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzbomb authored and greg-1-anderson committed Aug 12, 2019
1 parent 792764a commit 32ffa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A thin wrapper around the Symfony Process Component that allows applications to

Site Process is a thin wrapper around the [Symfony Process Component](https://symfony.com/doc/3.4/components/process) that allows applications to use the [Site Alias library](https://github.com/consolidation/site-alias) to specify the target for a remote call.

For comparison purposes, the `Process` obejct may be created to run an application on the local system using the standard Symfony Process Component API like so:
For comparison purposes, the `Process` object may be created to run an application on the local system using the standard Symfony Process Component API like so:
```
$process = new Process(['ls', '-lsa']);
```
Expand Down

0 comments on commit 32ffa26

Please sign in to comment.