chore: typo in config interface (#9855)

This commit is contained in:
Ikko Ashimine
2022-04-07 11:02:10 +09:00
committed by GitHub
parent 22abf23507
commit 11eb705433

View File

@@ -123,7 +123,7 @@ interface IConfigHook {
* * `buildAndroid` - Builds Android app * * `buildAndroid` - Builds Android app
* * `buildIOS` - Builds iOS app * * `buildIOS` - Builds iOS app
* * `checkEnvironment` - Validate project env, runs during ns doctor, clean, and most build commands * * `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 * * `install` - Application installed to device/emulator
* * `prepare` - Compiles webpack and prepares native app in platforms folder * * `prepare` - Compiles webpack and prepares native app in platforms folder
* * `prepareNativeApp` - Preparing the actual native app, runs during prepare/watch hook * * `prepareNativeApp` - Preparing the actual native app, runs during prepare/watch hook