Skip to content

Commit

Permalink
Updated GroupInitiative typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwjk committed Dec 23, 2024
1 parent 970c28f commit 6a17d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GroupInitiative/0.9.38/GroupInitiative.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
const scriptName = "GroupInitiative";
const version = '0.9.37';
API_Meta.GroupInitiative.version = version;
const lastUpdate = 1734981382;
const lastUpdate = 1734981538;
const schemaVersion = 1.3;

const isString = (s)=>'string'===typeof s || s instanceof String;
Expand Down Expand Up @@ -957,7 +957,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
),
turnOrderCommands: (/*context*/) => _h.section('Commands for Turn Order Management',
_h.paragraph(
`The Turn Order is an integral part of initiative, so GroupInitiative provides some methodes for manipulating it.`
`The Turn Order is an integral part of initiative, so GroupInitiative provides some methods for manipulating it.`
),
_h.inset(
_h.font.command(
Expand Down
4 changes: 2 additions & 2 deletions GroupInitiative/GroupInitiative.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
const scriptName = "GroupInitiative";
const version = '0.9.37';
API_Meta.GroupInitiative.version = version;
const lastUpdate = 1734981382;
const lastUpdate = 1734981538;
const schemaVersion = 1.3;

const isString = (s)=>'string'===typeof s || s instanceof String;
Expand Down Expand Up @@ -957,7 +957,7 @@ const GroupInitiative = (() => { // eslint-disable-line no-unused-vars
),
turnOrderCommands: (/*context*/) => _h.section('Commands for Turn Order Management',
_h.paragraph(
`The Turn Order is an integral part of initiative, so GroupInitiative provides some methodes for manipulating it.`
`The Turn Order is an integral part of initiative, so GroupInitiative provides some methods for manipulating it.`
),
_h.inset(
_h.font.command(
Expand Down

0 comments on commit 6a17d62

Please sign in to comment.