Skip to content

Commit f83f623

Browse files
authored
docs: add missing verb to hooks.md (#236)
1 parent 2cf476d commit f83f623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
* **`appProcess:`**[**`ChildProcess`**](https://nodejs.org/api/child_process.html#class-childprocess) **-** Node.js child process instance
6464
* **Returns: `Promise<void>`**
6565

66-
`postStart()` called after Forge's **`start`** command launches the app in dev mode.
66+
`postStart()` is called after Forge's **`start`** command launches the app in dev mode.
6767

6868
You can use this hook to attach listeners to the spawned child process.
6969

0 commit comments

Comments
 (0)