From 847c57aef3544a6802817b655587add6b56825ca Mon Sep 17 00:00:00 2001
From: Delyan Raychev <delyan.raychev@microsoft.com>
Date: Fri, 7 Aug 2020 17:49:39 -0700
Subject: [PATCH] docs: Remove colloquialism from dev doc (#1460)

---
 docs/development_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development_guide.md b/docs/development_guide.md
index 0460ef2d94..108c0c8c29 100644
--- a/docs/development_guide.md
+++ b/docs/development_guide.md
@@ -5,7 +5,7 @@ Thank you for joining us on a journey to build an SMI-native lightweight service
 
 To understand *what* Open Service Mesh does - take it for a spin and kick the tires. Install it on your Kubernetes cluster by following [this guide](./example/README.md).
 
-To get a deeper understanding of how OSM does what it does - take a look at the detailed [software design](/DESIGN.md).
+To get a deeper understanding of how OSM functions - take a look at the detailed [software design](/DESIGN.md).
 
 When you are ready to jump in - [fork the repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) and then [clone it](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) on your workstation.