From 911ffeb28570a5f70501bc41c516113463366ad8 Mon Sep 17 00:00:00 2001 From: Hafid Feghouli Date: Sun, 14 Oct 2018 12:29:45 -0400 Subject: [PATCH] fix(documentation): typo missing (#18535) Added missing dots at end of sentences and an uppercase letter at the beginning of a sentence. --- .../guide/english/agile/minimum-marketable-features/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/agile/minimum-marketable-features/index.md b/client/src/pages/guide/english/agile/minimum-marketable-features/index.md index e16ff39c71..10f44f90fc 100644 --- a/client/src/pages/guide/english/agile/minimum-marketable-features/index.md +++ b/client/src/pages/guide/english/agile/minimum-marketable-features/index.md @@ -9,9 +9,9 @@ A Minimum Marketable Feature (MMF) is a self-contained feature that can be devel Break down MMF to its core components: -**Minimum** - the absolute smallest set of functionality. This is essential for getting any given feature to market quickly +**Minimum** - The absolute smallest set of functionality. This is essential for getting any given feature to market quickly. -**Marketable** - Selling the end user or organization that the feature has significant value +**Marketable** - Selling the end user or organization that the feature has significant value. **Feature** - The percieved value by the end user. What does it give me? Brand recognition? More Revenue? Help cut costs? Does it give me a competative advantage?