Skip to content

Commit 9fcb305

Browse files
authored
Grammar and clarity improvement (#441)
1 parent 399f7b3 commit 9fcb305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Styling the app is important for every appication. In NativeScript there are two possible option to attached style in the project.
2-
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.
3-
Another way is to attached styles in the TypeScript code, while using `css` property of the `Page` component.
1+
Styling the app is important for every application. In NativeScript there are two ways to apply styles.
2+
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.
3+
Another way is to apply styles in the TypeScript code, using the `css` property of the `Page` component.

0 commit comments

Comments
 (0)