From 35930ebc5fab4a26cf1982c03e722723b51aeb70 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Wed, 14 May 2025 13:56:31 +0100 Subject: [PATCH] docs: fix typo (#279) Signed-off-by: Mike Nguyen --- daprdocs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daprdocs/README.md b/daprdocs/README.md index b7565d2..0e369fc 100644 --- a/daprdocs/README.md +++ b/daprdocs/README.md @@ -14,7 +14,8 @@ This allows separation of roles and expertise between maintainers, and makes it ## Writing Rust SDK docs -To get up and running to write Go SDK docs, visit the [docs repo](https://github.com/dapr/docs) to initialize your environment. It will clone both the docs repo and this repo, so you can make changes and see it rendered within the site instantly, as well as commit and PR into this repo. +To get up and running to write Rust SDK docs, visit the [docs repo](https://github.com/dapr/docs) to initialize your +environment. It will clone both the docs repo and this repo, so you can make changes and see it rendered within the site instantly, as well as commit and PR into this repo. Make sure to read the [docs contributing guide](https://docs.dapr.io/contributing/contributing-docs/) for information on style/semantics/etc.