File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
1010 const scriptName = "GroupInitiative" ;
1111 const version = '0.9.37' ;
1212 API_Meta . GroupInitiative . version = version ;
13- const lastUpdate = 1734981382 ;
13+ const lastUpdate = 1734981538 ;
1414 const schemaVersion = 1.3 ;
1515
1616 const isString = ( s ) => 'string' === typeof s || s instanceof String ;
@@ -957,7 +957,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
957957 ) ,
958958 turnOrderCommands : ( /*context*/ ) => _h . section ( 'Commands for Turn Order Management' ,
959959 _h . paragraph (
960- `The Turn Order is an integral part of initiative, so GroupInitiative provides some methodes for manipulating it.`
960+ `The Turn Order is an integral part of initiative, so GroupInitiative provides some methods for manipulating it.`
961961 ) ,
962962 _h . inset (
963963 _h . font . command (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
1010 const scriptName = "GroupInitiative" ;
1111 const version = '0.9.37' ;
1212 API_Meta . GroupInitiative . version = version ;
13- const lastUpdate = 1734981382 ;
13+ const lastUpdate = 1734981538 ;
1414 const schemaVersion = 1.3 ;
1515
1616 const isString = ( s ) => 'string' === typeof s || s instanceof String ;
@@ -957,7 +957,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
957957 ) ,
958958 turnOrderCommands : ( /*context*/ ) => _h . section ( 'Commands for Turn Order Management' ,
959959 _h . paragraph (
960- `The Turn Order is an integral part of initiative, so GroupInitiative provides some methodes for manipulating it.`
960+ `The Turn Order is an integral part of initiative, so GroupInitiative provides some methods for manipulating it.`
961961 ) ,
962962 _h . inset (
963963 _h . font . command (
You can’t perform that action at this time.
0 commit comments