From 25f249ee296f1558ad77bbfcb9e4b462425c5ebd Mon Sep 17 00:00:00 2001 From: shanama1 <157530741+shanama1@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:56:08 +0000 Subject: [PATCH] fix: typo in docs (#922) --- docs/build/quick-start/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/quick-start/hello-world.md b/docs/build/quick-start/hello-world.md index 960a0a417e..b408d66899 100644 --- a/docs/build/quick-start/hello-world.md +++ b/docs/build/quick-start/hello-world.md @@ -302,6 +302,6 @@ This was your first step towards becoming a zkSync developer. Here is what you c - Create a frontend for this contract following the [Frontend quickstart](../tutorials/dapp-development/frontend-quickstart-paymaster.md). - Join our [developer community in GitHub](https://github.com/zkSync-Community-Hub/zksync-developers/discussions), where you can ask questions and help other developers. -- Read the [Security and best practices](./best-practices.md) to keep you apps secure. +- Read the [Security and best practices](./best-practices.md) to keep your apps secure. - Learn about the [differences between Ethereum and zkSync](../developer-reference/differences-with-ethereum.md). - If you have a project, check out our [migration guide](../tooling/hardhat/migrating-to-zksync.md).