Skip to content

Commit 6b43f99

Browse files
committed
typo fix
1 parent 28e6130 commit 6b43f99

File tree

1 file changed

+1
-1
lines changed
  • Create edit in admin button for current view

1 file changed

+1
-1
lines changed

Create edit in admin button for current view/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Adds a quick button to the page to jump to the currently viewed resource.
33

44

5-
This version opts to avoid any Liquid edits so can be handled in JavaScript alone. The drawback to this is that Articles can be harder to capture so we fallback to the common tracking scripts in place. If the theme removes `content_for_header` or the traking object changes this script will no longer be able to jump to articles. Adding the ID to the page as a global within the theme (along with the edits to this script) could overcome that.
5+
This version opts to avoid any Liquid edits so can be handled in JavaScript alone. The drawback to this is that Articles can be harder to capture so we fallback to the common tracking scripts in place. If the theme removes `content_for_header` or the tracking object changes, this script will no longer be able to jump to articles. Adding the ID to the page as a global within the theme (along with the edits to this script) could overcome that.

0 commit comments

Comments
 (0)