Skip to content

Commit ab22ebb

Browse files
Merge pull request #71 from ChrisDryden/patch-2
Fixed typos in README
2 parents b06a773 + 358bbc0 commit ab22ebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ember CLI Segment provides an easy way to integrate your Ember application with
1313

1414
## Configuration
1515

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

1818
### Segment key
1919

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

120120
### Tracking Other Events
121121

122-
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.
122+
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.
123123

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

0 commit comments

Comments
 (0)