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.