From a5b2ef311677f28331c5d63e4225e6f8b3bec660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Gabry=C5=9B?= Date: Tue, 5 Apr 2022 17:11:10 +0200 Subject: [PATCH] Doc: display the use active voice table correctly (#47302) The table had in two rows an additional column. It was breaking the markdown formatting. The unused column has been removed and the table is displayed correctly now. --- contribute/documentation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/documentation/README.md b/contribute/documentation/README.md index 9fdd2492c34..dc9820bbabf 100644 --- a/contribute/documentation/README.md +++ b/contribute/documentation/README.md @@ -212,10 +212,10 @@ of the sentence. When you write in passive voice, the recipient of the action (a Active-voice sentences are more direct and clearly identify _who_ is doing _what_. Not all tasks are completed by a user; sometimes the system can also be a performer (and by extension, the subject of the sentence). When you write in active voice you clearly make that distinction, which results in more engaging and less wordy content. | Use (active) | Avoid (passive) | -| ----------------------------------------------------- | -------------------------------------------------------------------- | --- | +| ----------------------------------------------------- | -------------------------------------------------------------------- | | After you upgrade the software, restart the computer. | After the software has been upgraded, the computer can be restarted. | | Click **OK** to save the dashboard. | The dashboard is saved when the **OK** button is clicked. | -| Create a dashboard. | A dashboard is created by you. | . | +| Create a dashboard. | A dashboard is created by you. | ### Avoid obscure non-English words and abbreviations