Skip to content

Commit

Permalink
Merge pull request #24 from neemspees/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
freekmurze authored Jul 19, 2023
2 parents bf84f7a + d2b786f commit 21c9feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Measure::start('my-web-request');

Measure::stop('my-web-request');

dispatch(new MyJob()); // let's image that this jobs has a `sleep(1)` in its `handle` method.
dispatch(new MyJob()); // let's imagine that this job has a `sleep(1)` in its `handle` method.
```

The package will automatically measure any jobs. Any measurements in the job will be associated with the web request the job was dispatched from.
Expand Down

0 comments on commit 21c9feb

Please sign in to comment.