From 11df16d65e602b31a9e7624904ca9b9cdd650b7f Mon Sep 17 00:00:00 2001 From: Ruihan Li Date: Wed, 6 Mar 2024 21:11:43 +0800 Subject: [PATCH] Fix backticks in OSDK documentations --- docs/src/osdk/reference/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/osdk/reference/manifest.md b/docs/src/osdk/reference/manifest.md index 9a5158eac..a607da3dd 100644 --- a/docs/src/osdk/reference/manifest.md +++ b/docs/src/osdk/reference/manifest.md @@ -24,7 +24,7 @@ the `OSDK.toml` of the workspace will be used - If running commands in the crate directory - If the crate has `OSDK.toml`, the `OSDK.toml` of the crate will be used. - - Otherwise, `the OSDK.toml` of the workspace will be used. + - Otherwise, the `OSDK.toml` of the workspace will be used. ## Configurations