JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fix typo and improve example
authorJason Woofenden <jason@jasonwoof.com>
Mon, 8 Nov 2010 05:37:14 +0000 (00:37 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 8 Nov 2010 05:37:14 +0000 (00:37 -0500)
metaform/main.html

index c7e02bc..3e2bb13 100644 (file)
 
        <p>Below, specify the fields you'd like in your form, one field per line. After each field name, put at least one space, then the field type. The following field types are available: <!--~types {~--><!--~types_sep {~-->, <!--~}~-->~type html~<!--~}~-->.</p>
 
-       <p>You can start a labeled fieldset by putting a <code>{</code> at the end of a lite with the caption. Then end the fieldset with a <code>}</code> on a line by itself</p>
+       <p>You can start a labeled fieldset by putting a <code>{</code> at the end of a line with the caption. Then end the fieldset with a <code>}</code> on a line by itself</p>
 
        <p>Example:<br><code><pre>
 email     textbox
-contact info {
+contact info (all required) {
 name      textbox
 phone     phone
 }