diff --git a/content/plugins/localize.md b/content/plugins/localize.md index 382c9edf..4bf9843e 100644 --- a/content/plugins/localize.md +++ b/content/plugins/localize.md @@ -82,7 +82,7 @@ app } ``` -2. In the `main.ts` file, register the `localize` function with the `setResources` method of the [Appilcation](https://docs.nativescript.org/api-reference/modules#application) class, as follows. +2. In the `main.ts` file, register the `localize` function with the `setResources` method of the [Application](https://docs.nativescript.org/api-reference/modules#application) class, as follows. ```js import { Application } from '@nativescript/core'