Skip to content

Commit 0e4a72d

Browse files
committedFeb 4, 2025
Typo
1 parent bdb12d7 commit 0e4a72d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎TokenMod/0.8.82/TokenMod.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
1010
const scriptName = "TokenMod";
1111
const version = '0.8.82';
1212
API_Meta.TokenMod.version = version;
13-
const lastUpdate = 1738640677;
13+
const lastUpdate = 1738641373;
1414
const schemaVersion = 0.4;
1515

1616
const fields = {
@@ -2049,7 +2049,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
20492049
_h.paragraph(`Anything else is considered false.`),
20502050

20512051
_h.subhead(`${_h.code('isdrawing')} split properties: ${_h.code('disableSnapping')} and ${_h.code('disableTokenMenu')} (Jumpgate)`),
2052-
_h.paragraph( `On Jumpgate, these two properties control the individual facets of what was hadnled by ${_h.code('isdrawing')}. You can set ${_h.code('disableSnapping')} to true to prevent a graphic from snapping to the page's grid lines while still retaining the bubbles and token menu:`),
2052+
_h.paragraph( `On Jumpgate, these two properties control the individual facets of what was handled by ${_h.code('isdrawing')}. You can set ${_h.code('disableSnapping')} to true to prevent a graphic from snapping to the page's grid lines while still retaining the bubbles and token menu:`),
20532053
_h.inset(
20542054
_h.pre('!token-mod --set disableSnapping|yes')
20552055
),

‎TokenMod/TokenMod.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
1010
const scriptName = "TokenMod";
1111
const version = '0.8.82';
1212
API_Meta.TokenMod.version = version;
13-
const lastUpdate = 1738640677;
13+
const lastUpdate = 1738641373;
1414
const schemaVersion = 0.4;
1515

1616
const fields = {
@@ -2049,7 +2049,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
20492049
_h.paragraph(`Anything else is considered false.`),
20502050

20512051
_h.subhead(`${_h.code('isdrawing')} split properties: ${_h.code('disableSnapping')} and ${_h.code('disableTokenMenu')} (Jumpgate)`),
2052-
_h.paragraph( `On Jumpgate, these two properties control the individual facets of what was hadnled by ${_h.code('isdrawing')}. You can set ${_h.code('disableSnapping')} to true to prevent a graphic from snapping to the page's grid lines while still retaining the bubbles and token menu:`),
2052+
_h.paragraph( `On Jumpgate, these two properties control the individual facets of what was handled by ${_h.code('isdrawing')}. You can set ${_h.code('disableSnapping')} to true to prevent a graphic from snapping to the page's grid lines while still retaining the bubbles and token menu:`),
20532053
_h.inset(
20542054
_h.pre('!token-mod --set disableSnapping|yes')
20552055
),

0 commit comments

Comments
 (0)
Please sign in to comment.