From 752f080d86cfab96c30fde2e552ea806aa253db3 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Wed, 14 May 2025 13:14:49 +0100 Subject: [PATCH] docs: fix typo 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 b7565d29..0e369fcc 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.