Skip to content

Commit c47b974

Browse files
chore: readme grammer (NativeScript#9174)
1 parent c31bab1 commit c47b974

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ tools/assets/App_Resources
2121
*.map
2222
*.css
2323
*.scss
24-
*.sh
24+
*.sh

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ npm start
3131

3232
We love you and PR's 🤗 Please follow our [contributing guide](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md) and see [our code of governance](https://nativescript.org/governance/) to become as involved as you want to be.
3333

34-
## @nativescript/*
34+
## @nativescript/*
3535

3636
* [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/master/packages/core)
3737
* Core iOS/Android for NativeScript
@@ -59,24 +59,24 @@ We love you and PR's 🤗 Please follow our [contributing guide](https://github.
5959
- [NativeScript marketplace](https://market.nativescript.org/)
6060
- [NativeScript roadmap](https://www.nativescript.org/roadmap)
6161

62-
## Other framework source repos
62+
## Other framework source repositories
6363

64-
Outside of the source centralized in this repo, the NativeScript framework consists of a number of components, all of which are open source and on GitHub. Here are the major ones:
64+
Outside of the source centralized in this repo, the NativeScript framework consists of a number of components, all of which are open source available on GitHub. Here are the major ones:
6565

6666
- **[iOS runtime](https://github.com/NativeScript/ns-v8ios-runtime)**
6767
- [![npm](https://img.shields.io/npm/dm/tns-ios.svg)](https://www.npmjs.com/package/@nativescript/ios)
6868
- This repo contains the NativeScript iOS runtime — the code that hosts NativeScript iOS apps, and allows JavaScript code to be executed on iOS devices. The iOS runtime is written in a fun mix of C++, Objective-C, and more.
6969
- **[Android runtime](https://github.com/NativeScript/android-runtime)**
7070
- [![npm](https://img.shields.io/npm/dm/tns-android.svg)](https://www.npmjs.com/package/tns-android)
71-
- This repo contains the NativeScript Android — the code that hosts NativeScript Android apps, and allows JavaScript code to be executed on Android devices. The Android runtime is written in a fun mix of C++ and Java.
71+
- This repo contains the NativeScript Android runtime — the code that hosts NativeScript Android apps, and allows JavaScript code to be executed on Android devices. The Android runtime is written in a fun mix of C++ and Java.
7272
- **[CLI](//github.com/NativeScript/nativescript-cli)**
7373
- [![npm](https://img.shields.io/npm/dm/nativescript.svg)](https://www.npmjs.com/package/nativescript)
7474
- This repo contains the NativeScript command-line interface, which lets you create, build, and run apps using the NativeScript framework. The CLI is written in TypeScript.
7575
- **[Docs](//github.com/NativeScript/docs)**
7676
- [![Docs](https://img.shields.io/badge/Docs-NativeScript-brightgreen)](https://docs.nativescript.org/)
7777
- This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown.
7878

79-
In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) that you can reference while building your NativeScript application.
79+
In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) from which you can take reference while building your NativeScript application.
8080

8181
## License
8282
[Apache License 2.0](https://github.com/NativeScript/NativeScript/blob/master/LICENSE)

0 commit comments

Comments
 (0)