Skip to content

Commit e0c6b16

Browse files
authored
Merge pull request #1588 from brandonjp/patch-1
fix typo using `page` instead of `pages`
2 parents e038d3b + 8eec3dc commit e0c6b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When writing theme JavaScript (JS) there is an API in place for running JS on a
4242
* "pages/search"
4343
* "pages/sitemap"
4444
* "pages/subscribed"
45-
* "page/account/wishlist-details"
45+
* "pages/account/wishlist-details"
4646
* "pages/account/wishlists"
4747

4848
These page types will correspond to the pages within your theme. Each one of these page types map to an ES6 module that extends the base `PageManager` abstract class.

0 commit comments

Comments
 (0)