Fix typos

This commit is contained in:
thepaperpilot 2022-12-26 23:17:07 -06:00
parent c1a66e6666
commit 8c8f7f7904
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ export const {
export type DecimalSource = RawDecimalSource;
declare global {
/** Augment the window object so the big num functions can be access from the console. */
/** Augment the window object so the big num functions can be accessed from the console. */
interface Window {
Decimal: typeof Decimal;
exponentialFormat: (num: DecimalSource, precision: number, mantissa: boolean) => string;

View file

@ -143,7 +143,7 @@ window.onbeforeunload = () => {
declare global {
/**
* Augment the window object so the save function, and the hard reset function can be access from the console.
* Augment the window object so the save function, and the hard reset function can be accessed from the console.
*/
interface Window {
save: VoidFunction;