From 990e750652e60dbade25b87a671776ecfdb5ea41 Mon Sep 17 00:00:00 2001 From: GalenWong Date: Wed, 7 Aug 2019 15:24:06 +0800 Subject: [PATCH] Fixed lightweight spec missing space --- docs/spec/lightweight.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/lightweight.en-US.md b/docs/spec/lightweight.en-US.md index e1d9aa2e10..f7d678ebcc 100644 --- a/docs/spec/lightweight.en-US.md +++ b/docs/spec/lightweight.en-US.md @@ -4,7 +4,7 @@ order: 7 title: Keep it Lightweight --- -Fitts's Law is an ergonomic principle that ties the size of a target and its contextual proximity to ease of use.In other words, if a tool is close at hand and large enough to target, then we can improve the user's interaction. Putting tools in context makes for lightweight interaction. +Fitts's Law is an ergonomic principle that ties the size of a target and its contextual proximity to ease of use. In other words, if a tool is close at hand and large enough to target, then we can improve the user's interaction. Putting tools in context makes for lightweight interaction. > > ** Fitts's Law **: The time to acquire a target is a function of the distance to and size of the target. It is proportional to the distance to the target and inversely proportional to the width of the target.