From eb1928273cd4af2418e7c21617fa80ad6646c7cd Mon Sep 17 00:00:00 2001 From: Stewart Rand Date: Fri, 21 Feb 2020 15:13:25 -0400 Subject: [PATCH] Grammar and clarity improvement --- app/ng-ui-widgets-category/style/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ng-ui-widgets-category/style/overview.md b/app/ng-ui-widgets-category/style/overview.md index ef1d533e..3a2c3483 100644 --- a/app/ng-ui-widgets-category/style/overview.md +++ b/app/ng-ui-widgets-category/style/overview.md @@ -1,3 +1,3 @@ -Styling the app is important for every appication. In NativeScript there are two possible option to attached style in the project. -The most common way to style elements in the app is to define the styles inside `CSS` file and to set class name or id name to the components in the `HTML`, which you want to style. -Another way is to attached styles in the TypeScript code, while using `css` property of the `Page` component. \ No newline at end of file +Styling the app is important for every application. In NativeScript there are two ways to apply styles. +The most common way to style elements in the app is to define styles in a CSS file and use classes or IDs in the component HTML. +Another way is to apply styles in the TypeScript code, using the `css` property of the `Page` component.