Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(applications): fix up grammar under "Compile Hooks"
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jul 27, 2016
1 parent 5bae925 commit 835c9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applications/using-buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ On your next `git push`, the custom buildpack will be used.
## Compile Hooks

Sometimes, an application needs a way to stop or check if a service is running before building an
app, and sometimes it requires notifying a service that the [Builder][] has finished compiling the
app. In order to do this, an app can provide two files in their `bin/` directory:
app, which may require notifying a service that the [Builder][] has finished compiling the app. In
order to do this, an app can provide two files in their `bin/` directory:

```
bin/pre-compile
Expand Down

0 comments on commit 835c9f3

Please sign in to comment.