From 11eb70543364b3c66fffab1631f06625a04f9ea6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 7 Apr 2022 11:02:10 +0900 Subject: [PATCH] chore: typo in config interface (#9855) --- packages/core/config/config.interface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/config/config.interface.ts b/packages/core/config/config.interface.ts index 4f975bbb3..441ffda9a 100644 --- a/packages/core/config/config.interface.ts +++ b/packages/core/config/config.interface.ts @@ -123,7 +123,7 @@ interface IConfigHook { * * `buildAndroid` - Builds Android app * * `buildIOS` - Builds iOS app * * `checkEnvironment` - Validate project env, runs during ns doctor, clean, and most build commands - * * `checkForChanges` - Changes occured during watch + * * `checkForChanges` - Changes occurred during watch * * `install` - Application installed to device/emulator * * `prepare` - Compiles webpack and prepares native app in platforms folder * * `prepareNativeApp` - Preparing the actual native app, runs during prepare/watch hook