Skip to content

Commit

Permalink
fix a few typos in textmunge
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Aug 23, 2024
1 parent 74beef6 commit 94139ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/textmunge.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@
console.groupCollapsed("Help");
console.groupCollapsed("Basic Usage");
console.info("Call `initialise(<numberOfTextBoxes>)` (or `initialize` - both spellings do the same thing!) to reset the page and produce the given number of textareas, or just set `window.boxes` to a number. Calling `reset()` is the same as initialising to a single box.");
console.info("When changing the number of boxes on the page, the page is entirely cleared and brand new boxes are created, so all custom properties event handlers are lost!");
console.info("All textarea are tagged in the lower right corner with their ID - which is also defined as a global variable pair: `window.<id>` is the box with that ID.");
console.info("When changing the number of boxes on the page, the page is entirely cleared and brand new boxes are created, so all custom properties and event handlers are lost!");
console.info("All textareas are tagged in the lower right corner with their ID - which is also defined as a global variable: `window.<id>` is the box with that ID.");
console.info("Pressing CONTROL-S in a box will select all contents and copy them to the clipboard, and pressing CONTROL-D will clear it.");
console.groupEnd();
console.groupCollapsed("Automatic Input Handling");
Expand Down

0 comments on commit 94139ff

Please sign in to comment.