From 2dfb615d7bfb0a024d4d57b24713e520fd7bf531 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 18 Jul 2017 23:37:14 +0200 Subject: [PATCH] Fix typo Fixes #4225. --- doc_src/design.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/design.hdr b/doc_src/design.hdr index 725b51133..bbd3ef5a0 100644 --- a/doc_src/design.hdr +++ b/doc_src/design.hdr @@ -68,7 +68,7 @@ A special note on the evils of configurability is the long list of very useful f \section user The law of user focus -When designing a program, one should first think about how to make a intuitive and powerful program. Implementation issues should only be considered once a user interface has been designed. +When designing a program, one should first think about how to make an intuitive and powerful program. Implementation issues should only be considered once a user interface has been designed. Rationale: