From 4be3da0b796e7a192c47e87322c1530544dcd914 Mon Sep 17 00:00:00 2001 From: Kyrsten Carlson <62673536+kyrstencarlson@users.noreply.github.com> Date: Tue, 13 May 2025 15:51:15 -0700 Subject: [PATCH] Update extending-classes-and-implementing-interfaces-android.md typo --- .../extending-classes-and-implementing-interfaces-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guide/extending-classes-and-implementing-interfaces-android.md b/content/guide/extending-classes-and-implementing-interfaces-android.md index 2a93c405..5d9f8626 100644 --- a/content/guide/extending-classes-and-implementing-interfaces-android.md +++ b/content/guide/extending-classes-and-implementing-interfaces-android.md @@ -258,7 +258,7 @@ module.exports = (env) => { webpack.chainWebpack((config) => { if (webpack.Utils.platform.getPlatformName() === 'android') { - // make sure the path to the applicatioon.android.(js|ts) + // make sure the path to the application.android.(js|ts) // is relative to the webpack.config.js config.entry('application').add('./application.android') }