From cf4b2e79f404e8f12c4ae4e61e7841aa13bdc320 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Fri, 23 Dec 2016 14:36:56 +0800 Subject: [PATCH] Trival fix typo Typo found during reading throught the doc TrivialFix Change-Id: I8d1a32d774637a82ecf6b47e9d6509cb83dee234 --- doc/source/blueprints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/blueprints.rst b/doc/source/blueprints.rst index f24cff9a93..b5e1cc4add 100644 --- a/doc/source/blueprints.rst +++ b/doc/source/blueprints.rst @@ -31,7 +31,7 @@ Guidelines for when a feature doesn't need a spec. * If the feature touches code all over the place, it probably should have a design discussion. - * If the feature is big enough that it needs more then one commit, it + * If the feature is big enough that it needs more than one commit, it probably should have a design discussion. * Not an API change.