Skip to content

Commit 88e1d87

Browse files
authored
Fix lb abbreviation (#7712)
### WHY are these changes introduced? Current examples contain incorrect abbreviation for pounds (should be `lb` not `lbs`). ### WHAT is this pull request doing? Replaces instances of `lbs` with `lb`
1 parent 3984f26 commit 88e1d87

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris.shopify.com': minor
3+
---
4+
5+
Fixed abbrevation for pounds from lbs to lb.

polaris.shopify.com/content/content/grammar-and-mechanics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Use an en dash without a space on either side for number ranges:
536536
- 5–10 products
537537
- October 15–31
538538
- 2005–2015
539-
- 25–100 lbs
539+
- 25–100 lb
540540
- \$0.00–\$49.99
541541
- 2:00 pm–3:00 pm
542542

@@ -545,7 +545,7 @@ Use an en dash without a space on either side for number ranges:
545545
- 5 – 10 products
546546
- October 15 – 31
547547
- 2005 – 2015
548-
- 25 – 100lbs
548+
- 25 – 100 lb
549549
- \$0.00 – \$49.99
550550
- 2:00 pm – 3:00 pm
551551

0 commit comments

Comments
 (0)