From 29cbee2695b604754714d41bbbd87a98cf3f6dd7 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 20 Jun 2023 12:14:12 -0400 Subject: [PATCH] :memo: Clarify not just for software development --- docs/technical-writing/technical-writing-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-writing/technical-writing-overview.md b/docs/technical-writing/technical-writing-overview.md index 2107d58..8d946dd 100644 --- a/docs/technical-writing/technical-writing-overview.md +++ b/docs/technical-writing/technical-writing-overview.md @@ -4,7 +4,7 @@ sidebar_position: 1 # 🗺 Technical Writing Overview -Though programming is a large part of software development, it's not the only part. In fact, it can become a small part. You may spend a lot more time on planning, organizing, and writing technical documentation. We'll cover some tips and tricks that may help you communicate your ideas clearly and effectively through **technical writing**. +Though using a programming language may be important for your projects, communicating effectively is crucial for documenting your work. You may spend a lot more time on planning, organizing, and writing technical documentation. We'll cover some tips and tricks that may help you communicate your ideas clearly and effectively through **technical writing**. ## 💭 Why Learn About Technical Writing?