Skip to content

Commit 835c9f3

Browse files
author
Matthew Fisher
committed
docs(applications): fix up grammar under "Compile Hooks"
1 parent 5bae925 commit 835c9f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/applications/using-buildpacks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ On your next `git push`, the custom buildpack will be used.
103103
## Compile Hooks
104104

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

109109
```
110110
bin/pre-compile

0 commit comments

Comments
 (0)