From 3b9983d1b3029ab5d89f2bc26faa9512a1466ee6 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sat, 31 May 2014 15:04:55 -0500 Subject: [PATCH] Spellchecked. --- doc/design.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/design.mdwn b/doc/design.mdwn index 0c92efa43..2b3c204b3 100644 --- a/doc/design.mdwn +++ b/doc/design.mdwn @@ -2,11 +2,11 @@ # Plinth's Design -Struturally, Plinth is very simple. It's nothing more than a modular system to +Structurally, Plinth is very simple. It's nothing more than a modular system to hook a web UI to the command line and the underlying system. -Users enable modules which turn on features on the box and run actions. Theo -nly data Plinth itself should store are the modules users have and haven't +Users enable modules which turn on features on the box and run actions. The +only data Plinth itself should store are the modules users have and haven't enabled. The rest of the information that Plinth interacts with is read from and written to the appropriate system configuration files. @@ -28,7 +28,7 @@ For example: 1. User requests http://freedombox.lan/plinth/hello -2. Plinth returns the response from `plint/modules/hello`. +2. Plinth returns the response from `plinth/modules/hello`. 3. User submits Hello form.