Skip to content

Commit

Permalink
docs: fix some typos in comments (#2699)
Browse files Browse the repository at this point in the history
Signed-off-by: welfuture <[email protected]>
  • Loading branch information
welfuture authored May 10, 2024
1 parent ca36fe5 commit b91a8e5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pages/cli/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are several ways to do this:
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Anvil default private key:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/world/balance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ uint256 balance = Balances.get(<namespace>);
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
Expand Down
2 changes: 1 addition & 1 deletion templates/phaser/packages/contracts/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
Expand Down
2 changes: 1 addition & 1 deletion templates/react-ecs/packages/contracts/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
Expand Down
2 changes: 1 addition & 1 deletion templates/react/packages/contracts/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
Expand Down
2 changes: 1 addition & 1 deletion templates/threejs/packages/contracts/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/packages/contracts/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment enviroment, but we're including this here for ease of local
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
Expand Down

0 comments on commit b91a8e5

Please sign in to comment.