Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fletchto99 committed Aug 3, 2015
1 parent 72b019b commit e22b1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ Trigger the backlight to turn on momentarily, just like if the user shook their

## Timeline

The Timeline module allows your app to handle a launch via a timeline action. This allows you to write a custom handler to manage lanuch events outside of the app menu. With the Timeline module, you can preform a specific set of actions based on the action which launched the app.
The Timeline module allows your app to handle a launch via a timeline action. This allows you to write a custom handler to manage launch events outside of the app menu. With the Timeline module, you can preform a specific set of actions based on the action which launched the app.

### Timeline

Expand Down Expand Up @@ -1122,7 +1122,7 @@ The `callback` will be called with a timeline launch event. The event has the fo

| Name | Type | Description |
| ---- | :----: | ------------- |
| `action` | boolean | `true` if the app woke up by a imeline event, otherwise `false`. |
| `action` | boolean | `true` if the app woke up by a timeline event, otherwise `false`. |
| `launchCode` | number | If woken by a timeline event, the code of the action. |

Note that this means you may have to move portions of your startup logic into the `Timeline.launch` callback or a function called by the callback. This can also add a very small delay to startup behavior because the underlying implementation must query the watch for the launch information.
Expand Down

0 comments on commit e22b1f1

Please sign in to comment.