You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ If you need to add an external dependency to an integration, **please ensure you
35
35
Each integration directory has an npm script called `test` that you can use to easily run the unit tests with via `yarn test`.
36
36
37
37
### Test Locally
38
-
You can test changes to integraitons locally with the [a.js compiler](https://github.com/segmentio/analytics.js-integrations/tree/master/compiler).
38
+
You can test changes to integrations locally with the [a.js compiler](https://github.com/segmentio/analytics.js-integrations/tree/master/compiler).
39
39
40
40
### Code Formatting
41
41
This project uses eslint to ensure uniform code formatting standards are maintained. You can see the specific eslint config in the root `.eslintrc` file. A pre-commit hook is used to help automate this process for you.
0 commit comments