Skip to content

Commit

Permalink
Fix typos in readme.md (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderl authored and ramthi committed May 14, 2019
1 parent 3adff3b commit ea50b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ appInsights.setup("_your_ikey_").start();

Load the Application Insights library (i.e. `require("applicationinsights")`) as
early as possible in your scripts, before loading other packages. This is needed
so that the Application Insights libary can prepare later packages for tracking.
so that the Application Insights library can prepare later packages for tracking.
If you encounter conflicts with other libraries doing similar preparation, try
loading the Application Insights library after those.

Expand Down

0 comments on commit ea50b03

Please sign in to comment.