Fixed typo: definnitions => definitions (#45107)

This commit is contained in:
Christophe Vidal 2020-06-10 03:23:04 +07:00 committed by GitHub
parent 0f2689c10d
commit fdc4f1bd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// base definnitions for all IOST contract modules that are not specific to any version of TypeScript
// base definitions for all IOST contract modules that are not specific to any version of TypeScript
/// <reference path="block.d.ts" />
/// <reference path="blockchain.d.ts" />
/// <reference path="iostcrypto.d.ts" />

View File

@ -1,4 +1,4 @@
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
/// <reference path="globals.d.ts" />
/// <reference path="async_hooks.d.ts" />
/// <reference path="buffer.d.ts" />

View File

@ -1,4 +1,4 @@
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
/// <reference path="globals.d.ts" />
/// <reference path="async_hooks.d.ts" />
/// <reference path="buffer.d.ts" />

View File

@ -1,4 +1,4 @@
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
/// <reference path="globals.d.ts" />
/// <reference path="async_hooks.d.ts" />
/// <reference path="buffer.d.ts" />

View File

@ -1,4 +1,4 @@
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
/// <reference path="globals.d.ts" />
/// <reference path="async_hooks.d.ts" />
/// <reference path="buffer.d.ts" />

View File

@ -1,4 +1,4 @@
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
/// <reference path="globals.d.ts" />
/// <reference path="async_hooks.d.ts" />
/// <reference path="buffer.d.ts" />