Skip to content

Commit

Permalink
style(facebook-pixel.spec.ts): typo in fbpixel test description
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishpuliyel committed Oct 7, 2020
1 parent acbcca1 commit aef6e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third-party-tags/facebook-pixel.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fbPixel } from './facebook-pixel';

describe('fbPixel', () => {
it('should use the feature swtich option', () => {
it('should use the feature switch option', () => {
expect(fbPixel({ shouldRun: true })).toStrictEqual({
shouldRun: true,
url:
Expand Down

1 comment on commit aef6e58

@mxdvl
Copy link
Contributor

@mxdvl mxdvl commented on aef6e58 Oct 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the boldness of commiting on main 💪

Do we not have protection on the base branch @sndrs?

Please sign in to comment.