Skip to content

Fix typo in Handlebars operator reference#1247

Open
34638a wants to merge 1 commit intobigcommerce:mainfrom
34638a:patch-1
Open

Fix typo in Handlebars operator reference#1247
34638a wants to merge 1 commit intobigcommerce:mainfrom
34638a:patch-1

Conversation

@34638a
Copy link
Contributor

@34638a 34638a commented Feb 3, 2026

Literal as per title,
compare helper spec specified the "Not Equal (Strict Equality)" to be !=== instead of !== as per code implementation at: https://github.com/bigcommerce/paper-handlebars/blob/master/helpers/compare.js line 21.

[DEVDOCS-] Simple type fix.

What changed?

  • Delete extra equals (3 instead of 2 were typed)

Release notes draft

Documentation correction (Specification Typo).

Anything else?

N/A


Hi BC,
Just stumbled on this and figured this was easier then opening a ticket for a single character typo.
Regards,

  • 34638a

Literal as per title,
`compare` helper spec specified the "Not Equal (Strict Equality)" to be `!===` instead of `!==` as per code implementation at: https://github.com/bigcommerce/paper-handlebars/blob/master/helpers/compare.js line 21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant