diff --git a/docs/src/content/hardhat-runner/docs/getting-started/index.md b/docs/src/content/hardhat-runner/docs/getting-started/index.md
index 4baeb01e7d..4ab071a282 100644
--- a/docs/src/content/hardhat-runner/docs/getting-started/index.md
+++ b/docs/src/content/hardhat-runner/docs/getting-started/index.md
@@ -356,8 +356,7 @@ npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
::::
-To run Hardhat Network on specific port and allow traffic from specific address add hostname in this way, run `npx hardhat node --hostname 127.0.0.1 --port 8545`:
-`--hostname 0.0.0.0` will allow access to rpc from any external ip.
+To run Hardhat Network on specific port and allow traffic from specific address add hostname in this way, run `npx hardhat node --hostname 127.0.0.1 --port 8545`:
`--hostname 0.0.0.0` will allow access to rpc from any external ip.
Congrats! You have created a project and compiled, tested and deployed a smart contract.