Skip to content

Fix typos #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm run build

## Serve the documentation

Install the `serve` npm package globaly:
Install the `serve` npm package globally:

```bash
npm install -g serve
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2018-02-28-using-parse-in-nativescript-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This brings us to Parse. [Parse](http://parseplatform.org/) was handed over to t

Lets see how we use Parse in NativeScript-Vue (it should also work in NativeScript). I am going to assume the following:
* We are starting a new NativeScript-Vue project called `myApp` from scratch.
* You have already signed up for a Parse account at a hosting provider or created your own parse server on Heroku. If you dont have an account I would suggest [back4app.com](https://www.back4app.com) they have a generous free tier.
* You have already signed up for a Parse account at a hosting provider or created your own parse server on Heroku. If you don't have an account I would suggest [back4app.com](https://www.back4app.com) they have a generous free tier.

Lets jump into it.
Open terminal and enter the following to create a new NativeScript-Vue app
Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/elements/action-bar/action-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can use the `v-show` directive to show `<ActionItem>` components based on a
| `ios.systemIcon` | `Number` | Gets or sets the icon of the `ActionItem` for iOS. The value must be a number from the [`UIBarButtonSystemItem` enumeration](https://developer.apple.com/documentation/uikit/uibarbuttonitem/systemitem).
| `android.systemIcon` | `String` | Gets or sets the icon of the `ActionItem` for Android. The value must be the name of a [drawable resource](https://developer.android.com/guide/topics/resources/drawable-resource).
| `ios.position` | `String` | Gets or sets the position of the `ActionItem` within the `ActionBar` for iOS.<br/>Valid values: `left` or `right`.<br/>Default value is `left`.
| `android.position` | `String` | Gets or sets the position of the `ActionItem` within the `ActionBar` for Android.<br/>Valid values:<br/>`actionBar` (places the item in the ActionBar)<br/>`popup` (places the item in the options menu; renders items as text)<br/>`actionBarIfRoom` (places the item in the `ActionBar` if there is enough room for it there; otherwise, placess it in the options menu)<br/>Default value is `actionBar`.
| `android.position` | `String` | Gets or sets the position of the `ActionItem` within the `ActionBar` for Android.<br/>Valid values:<br/>`actionBar` (places the item in the ActionBar)<br/>`popup` (places the item in the options menu; renders items as text)<br/>`actionBarIfRoom` (places the item in the `ActionBar` if there is enough room for it there; otherwise, places it in the options menu)<br/>Default value is `actionBar`.

## Events

Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/elements/components/activity-indicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiRef: https://docs.nativescript.org/api-reference/classes/_ui_activity_indicat
contributors: [MisterBrownRSA, rigor789, ikoevska]
---

`<ActivityIndicator>` is a UI component that shows a progress indicator signaling to the user of an operation running in the background.
`<ActivityIndicator>` is a UI component that shows a progress indicator signalling to the user of an operation running in the background.

---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/elements/components/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contributors: [rigor789, ikoevska, msaelices]

#### Using the `loaded` event for triggering UI changes

A typical scenario is performing UI changes after tha page is loaded. The recommended way to do it is by using the `loaded` event, triggered by NativeScript when the page is fully loaded:
A typical scenario is performing UI changes after the page is loaded. The recommended way to do it is by using the `loaded` event, triggered by NativeScript when the page is fully loaded:

```html
<Page @loaded="greet">
Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/elements/components/text-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contributors: [MisterBrownRSA, rigor789, TheOriginalJosh, eddyverbruggen, ikoevs
| `hint` | `String` | Gets or sets the placeholder text.
| `isEnabled` | `Boolean` | Make the field disabled or enabled. Default value is `true`.
| `editable` | `Boolean` | When `true`, indicates that the user can edit the value of the field.
| `maxLength` | `Number` | Limits input to the spcified number of characters.
| `maxLength` | `Number` | Limits input to the specified number of characters.
| `secure` | `Boolean` | Hides the entered text when `true`. Use this property to create password input fields.<br/>Default value: `false`.
| `keyboardType` | `KeyboardType` | Shows a custom keyboard for easier text input.<br/>Valid values: `datetime`, `phone`, `number`, `url`, or `email`.
| `returnKeyType` | `ReturnKeyType` | Gets or sets the label of the return key.<br/>Valid values: `done`, `next`, `go`, `search`, or `send`.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/elements/layouts/grid-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following example creates a simple 2-by-2 grid with fixed column widths and

### Grid layout with star sizing

The following example creates a grid with responsive design, where space is alotted proportionally to child elements.
The following example creates a grid with responsive design, where space is allotted proportionally to child elements.

```html
<GridLayout columns="*, 2*" rows="2*, 3*" backgroundColor="#3c495e">
Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/getting-started/2-playground-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Here's how your app will look at the start and at the end of this section.

Out-of-the-box, the `<ListView>` component detects a tap gesture for every item and emits an event for it. The event carries information about the index of the tapped array item and the array item itself. To let the user choose the outcome of a tap gesture and expand the functionality of your app, you can tie a dialog to the event.

[`dialogs`](https://docs.nativescript.org/api-reference/modules/_ui_dialogs_) is a globablly available module that provides several configurable dialog types for apps: alert, action, prompt, login, confirmation. This implementation relies on [`action()`](/en/docs/elements/dialogs/action) to let the user choose if they want to mark a task as completed or delete it from the list of active tasks.
[`dialogs`](https://docs.nativescript.org/api-reference/modules/_ui_dialogs_) is a globally available module that provides several configurable dialog types for apps: alert, action, prompt, login, confirmation. This implementation relies on [`action()`](/en/docs/elements/dialogs/action) to let the user choose if they want to mark a task as completed or delete it from the list of active tasks.

### Requirement implementation

Expand Down