Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeast committed May 9, 2013
1 parent 8f241aa commit 4193736
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 @@ -85,7 +85,7 @@ trackPage() takes 3 arguments;
Ex;
gaPlugin.trackPage( nativePluginResultHandler, nativePluginErrorHandler, "some.url.com");

Finally, when your app shuts down, you'll want to cleanup after yourselve by calling exit();
Finally, when your app shuts down, you'll want to cleanup after yourself by calling exit();
exit() accepts 2 arguments;

1) resultHandler - a function that will be called on success
Expand Down

0 comments on commit 4193736

Please sign in to comment.