Fix typos
This commit is contained in:
parent
c1a66e6666
commit
8c8f7f7904
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue