You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ When writing theme JavaScript (JS) there is an API in place for running JS on a
42
42
* "pages/search"
43
43
* "pages/sitemap"
44
44
* "pages/subscribed"
45
-
* "page/account/wishlist-details"
45
+
* "pages/account/wishlist-details"
46
46
* "pages/account/wishlists"
47
47
48
48
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