Skip to content

Commit b1fc9a2

Browse files
committed
fix: clarify comment
1 parent a53b3c2 commit b1fc9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/adobe-commerce.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export async function handle(ctx) {
171171

172172
// If urlkey is provided, lookup sku by urlkey from core to ensure we have the right casing
173173
// Sku is case-sensitive in Adobe Commerce
174-
// TODO: Need a way to handle paths with only sku (where sku is uppercase...)
174+
// TODO: Need a way to handle paths with only sku (where sku should be uppercase...)
175175
if (urlkey) {
176176
// lookup sku by urlkey with core
177177
// TODO: test if livesearch if enabled

0 commit comments

Comments
 (0)