Skip to content

Commit 640ce32

Browse files
authored
fix: "environment" typos across the repository (#2100)
* Update environment.md * Update create-custom-caveat-enforcer.md * Update create-custom-caveat-enforcer.md * Update create-custom-caveat-enforcer.md * Update create-custom-caveat-enforcer.md
1 parent e9c0cfa commit 640ce32

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

delegation-toolkit/concepts/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ import {
206206
// remove-end
207207

208208
// add-start
209-
+ const evniroment: DeleGatorEnvironment = {
209+
+ const environment: DeleGatorEnvironment = {
210210
+ SimpleFactory: "0x124..",
211211
+ // ...
212212
+ implementations: {

delegation-toolkit/how-to/create-delegation/create-custom-caveat-enforcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import {
9292
import { toHex } from "viem";
9393
import { delegatorSmartAccount } from "./config.ts";
9494

95-
const environment = delegatorSmartAccount.enviroment;
95+
const environment = delegatorSmartAccount.environment;
9696

9797
// Replace this with the address where the AfterTimestampEnforcer.sol contract is deployed.
9898
const afterTimestampEnforcer = "0x22Ae4c4919C3aB4B5FC309713Bf707569B74876F";

gator_versioned_docs/version-0.10.1/how-to/create-delegation/create-custom-caveat-enforcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import {
9292
import { toHex } from "viem";
9393
import { delegatorSmartAccount } from "./config.ts";
9494

95-
const environment = delegatorSmartAccount.enviroment;
95+
const environment = delegatorSmartAccount.environment;
9696

9797
// Replace this with the address where the AfterTimestampEnforcer.sol contract is deployed.
9898
const afterTimestampEnforcer = "0x22Ae4c4919C3aB4B5FC309713Bf707569B74876F";

gator_versioned_docs/version-0.10.2/how-to/create-delegation/create-custom-caveat-enforcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import {
9292
import { toHex } from "viem";
9393
import { delegatorSmartAccount } from "./config.ts";
9494

95-
const environment = delegatorSmartAccount.enviroment;
95+
const environment = delegatorSmartAccount.environment;
9696

9797
// Replace this with the address where the AfterTimestampEnforcer.sol contract is deployed.
9898
const afterTimestampEnforcer = "0x22Ae4c4919C3aB4B5FC309713Bf707569B74876F";

gator_versioned_docs/version-0.11.0/how-to/create-delegation/create-custom-caveat-enforcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import {
9292
import { toHex } from "viem";
9393
import { delegatorSmartAccount } from "./config.ts";
9494

95-
const environment = delegatorSmartAccount.enviroment;
95+
const environment = delegatorSmartAccount.environment;
9696

9797
// Replace this with the address where the AfterTimestampEnforcer.sol contract is deployed.
9898
const afterTimestampEnforcer = "0x22Ae4c4919C3aB4B5FC309713Bf707569B74876F";

0 commit comments

Comments
 (0)