Spellchecked.

This commit is contained in:
Nick Daly 2014-05-31 15:04:55 -05:00
parent 66f93e42e5
commit 3b9983d1b3

View File

@ -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.