diff --git a/src/guides/ultimate-guide-to-truffle-the-gateway-to-full-stack-blockchain-development/index.md b/src/guides/ultimate-guide-to-truffle-the-gateway-to-full-stack-blockchain-development/index.md index 83e940521..917f28b4a 100644 --- a/src/guides/ultimate-guide-to-truffle-the-gateway-to-full-stack-blockchain-development/index.md +++ b/src/guides/ultimate-guide-to-truffle-the-gateway-to-full-stack-blockchain-development/index.md @@ -320,9 +320,9 @@ Ganache CLI: module.exports = { networks: { development: { - host: "127.0.0.1" - port: 8545, - network_id: "*", // Match any network id + host: "127.0.0.1", + port: 8545, + network_id: "*", // Match any network id }, }, // ...rest of your config