From 7fc837190f44402876a5d91d323c06dd3052c6e8 Mon Sep 17 00:00:00 2001 From: Nilufar Bava Date: Tue, 21 Feb 2023 14:12:40 +0100 Subject: [PATCH] Update 01-writing-style.mdx --- .../200-prisma-docs/20-style-guide/01-writing-style.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx b/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx index 8fc0de7e53..6f769340f5 100644 --- a/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx +++ b/content/600-about/200-prisma-docs/20-style-guide/01-writing-style.mdx @@ -101,7 +101,7 @@ Sometimes you can omit the acting component or module altogether: ## Be assertive -Use assertive language. +Use assertive language while writing Good: @@ -130,7 +130,7 @@ Example: "Ensure that you rebuild your schema.". See: ["That" as a conjunction for noun clauses](https://academicguides.waldenu.edu/formandstyle/writing/grammarmechanics/that). -## Use the present simple tense +## Use the present simple tense for writing the docs - Write in the [present simple](https://en.wikipedia.org/wiki/Simple_present) tense. - Use present simple even when you want to write about something that will happen as the result of a user action: say that the result happens, not that it will happen.