summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorSzczepan Cieślik <szczepan.cieslik@gmail.com>2014-02-22 18:30:28 +0100
committerTim Graham <timograham@gmail.com>2014-02-25 10:28:32 -0500
commite8161980347da5a68b4224d8a9ffc466630a796d (patch)
tree741d748738f3923d38b6ab69d54a5c26f4fe6b65 /docs/topics/forms
parent65b4626528fc133a09ebc8d19fbaa871bdb7e17d (diff)
Fixed docs typos.
Diffstat (limited to 'docs/topics/forms')
-rw-r--r--docs/topics/forms/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index a4dc0b4776..441ab2eea3 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -115,7 +115,7 @@ There are three possible code paths here:
+------------------+---------------+-----------------------------------------+
| Form submitted? | Data? | What occurs |
+==================+===============+=========================================+
-| Unsubmitted | None yet | Template gets passed unbound instance |
+| Not submitted | None yet | Template gets passed unbound instance |
| | | of ContactForm. |
+------------------+---------------+-----------------------------------------+
| Submitted | Invalid data | Template gets passed bound instance |