Skip to content

Commit ad28e20

Browse files
committed
Merge pull request NativeScript#68 from AntonDobrev/patch-1
Typos fixed.
2 parents 08ad088 + 4a7a99f commit ad28e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Regardless of what level you apply the CSS on, it is parsed, its selectors are e
3131

3232
### Application-Wide CSS
3333

34-
When the application starts, NativeScript checks if the file `app.css` exists. If it does, any CSS styles that it contains are loaded and used across all applicaion pages. This file is a convenient place to store styles that will be used on multiple pages.
34+
When the application starts, NativeScript checks if the file `app.css` exists. If it does, any CSS styles that it contains are loaded and used across all application pages. This file is a convenient place to store styles that will be used on multiple pages.
3535

3636
You can change the name of the file from which the application-wide CSS is loaded. You need to do the change before the application is started, usually in the app.js or app.ts file as shown below:
3737

@@ -102,7 +102,7 @@ Similarly to HTML, CSS can be defined inline for a UI view in the XML markup:
102102

103103
> Currently the CSS support is limited only to the selectors and properties listed in the current article.
104104
105-
NativeScript supports a subset of the [CSS selector syntax](http://www.w3schools.com/cssref/css_selectors.asp). Let's go trough the supported selectors:
105+
NativeScript supports a subset of the [CSS selector syntax](http://www.w3schools.com/cssref/css_selectors.asp). Let's go through the supported selectors:
106106

107107
* [Type Selector](#type-selector)
108108
* [Class Selector](#class-selector)

0 commit comments

Comments
 (0)