Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ember CLI Segment provides an easy way to integrate your Ember application with

## Configuration

Conficuration options can be placed in your `config/environment.js` under the `segment` key.
Configuration options can be placed in your `config/environment.js` under the `segment` key.

### Segment key

Expand Down Expand Up @@ -119,7 +119,7 @@ The method `trackPageView` can receive a parameter that's the page url, if not p

### Tracking Other Events

You will probabily need to track other events manually as well. We got you covered! Since we have the service, it's really straightforward to do it.
You will probably need to track other events manually as well. We got you covered! Since we have the service, it's really straightforward to do it.

Let's say that you need to track an event when the user submits an form in your router.

Expand Down