Skip to content

Commit 914e3fa

Browse files
fix: typo extending-classes-and-implementing-interfaces-android.md (#176)
Co-authored-by: Nathan Walker <[email protected]>
1 parent ed2ae2c commit 914e3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guide/extending-classes-and-implementing-interfaces-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ module.exports = (env) => {
258258

259259
webpack.chainWebpack((config) => {
260260
if (webpack.Utils.platform.getPlatformName() === 'android') {
261-
// make sure the path to the applicatioon.android.(js|ts)
261+
// make sure the path to the application.android.(js|ts)
262262
// is relative to the webpack.config.js
263263
config.entry('application').add('./application.android')
264264
}

0 commit comments

Comments
 (0)