Skip to content

Commit

Permalink
chore: correct typos docs (#1415)
Browse files Browse the repository at this point in the history
* Update generate-dockerfiles-pipeline.sh

* Update next.config.js

* Update useWriteContractsWithLogs.ts
  • Loading branch information
sky-coderay authored Dec 18, 2024
1 parent 9ab1f45 commit 8928761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const baseConfig = {
// Enable strict mode in development
reactStrictMode: !isProdEnv,

// Minifiy for production builds
// Minify for production builds
swcMinify: false,
};

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/hooks/useWriteContractsWithLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import useCapabilitiesSafe from 'apps/web/src/hooks/useCapabilitiesSafe';
/*
A hook to request and track a wallet write transaction
Responsabilities:
Responsibilities:
- InitiateBatchCalls to start the flow (write multiple contracts)
- Keep track of the batchCall status with useCallsStatus
- Keep track of the batchCall transactionReceipt with useWaitForTransactionReceipt
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/generate-dockerfiles-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ changed_files=$(git --no-pager diff --name-only --relative "$merge_base" HEAD)

echo "$changed_files"

# Extract Dockerfile's from the codeflow config
# Extract Dockerfiles from the codeflow config
echo "--- Extracting builds from Codeflow config"

names=()
Expand Down

0 comments on commit 8928761

Please sign in to comment.