From d2f400bf6d4069b37842ccc7c777141cbedcbf67 Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Mon, 2 Oct 2023 11:32:17 +0100 Subject: [PATCH] Update website/docs/getting-started/build-a-sample-app.mdx Co-authored-by: Kaede Hoshikawa --- website/docs/getting-started/build-a-sample-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started/build-a-sample-app.mdx b/website/docs/getting-started/build-a-sample-app.mdx index 273eb805ee3..fcdbe4ec575 100644 --- a/website/docs/getting-started/build-a-sample-app.mdx +++ b/website/docs/getting-started/build-a-sample-app.mdx @@ -46,7 +46,7 @@ To convert this simple command line application to a basic Yew web application, #### Update Cargo.toml -Add `yew` to the list of dependencies editing file: +Add `yew` to the list of dependencies: ```toml title=Cargo.toml {7} [package]