Skip to content

Commit e713ef6

Browse files
authored
chore: fix typos (#1484)
1 parent e90a35f commit e713ef6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657

658658
- [#1132](https://github.com/graphprotocol/graph-tooling/pull/1132)
659659
[`719c8f5`](https://github.com/graphprotocol/graph-tooling/commit/719c8f5e890cc2392fb15cdb318b8f55570f9419)
660-
Thanks [@cmwhited](https://github.com/cmwhited)! - enable deployment of celo, avalance and
660+
Thanks [@cmwhited](https://github.com/cmwhited)! - enable deployment of celo, avalanche and
661661
arbitrum-one in studio
662662

663663
## 0.42.1

packages/cli/src/codegen/types/conversions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const ASSEMBLYSCRIPT_TO_ETHEREUM_VALUE = [
202202
(code: any) => `ethereum.Value.fromTupleArray(${code})`,
203203
],
204204

205-
// Multi dimentional arrays
205+
// Multi dimensional arrays
206206

207207
[
208208
'Array<Array<Address>>',

packages/cli/src/compiler/asc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ export const compile = ({ inputFile, global, baseDir, libs, outputFile }: Compil
7272

7373
assemblyScriptCompiler(compilerArgs, compilerDefaults);
7474

75-
// only if compiler succeded, that is, when the line above doesn't throw
75+
// only if compiler succeeded, that is, when the line above doesn't throw
7676
removeExitHandler(exitHandler);
7777
};

0 commit comments

Comments
 (0)