From e415caa5d6b61f777c026af0265d6096a336f8ae Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Mon, 23 Jun 2025 19:15:41 +0200 Subject: [PATCH] docs: add missing verb to `hooks.md` --- config/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hooks.md b/config/hooks.md index af311c4..30959b2 100644 --- a/config/hooks.md +++ b/config/hooks.md @@ -63,7 +63,7 @@ module.exports = { * **`appProcess:`**[**`ChildProcess`**](https://nodejs.org/api/child_process.html#class-childprocess) **-** Node.js child process instance * **Returns: `Promise`** -`postStart()` called after Forge's **`start`** command launches the app in dev mode. +`postStart()` is called after Forge's **`start`** command launches the app in dev mode. You can use this hook to attach listeners to the spawned child process.