Skip to content

Commit

Permalink
Merge pull request #68 from askedrelic/patch-2
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
kmmbvnr committed Aug 8, 2014
2 parents 6aa06c3 + f54b94e commit d12b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Start with process database model definition
from viewflow.models import Process
class HelloworldProcess(Process):
text = models.ChatField(max_lenght=150, blank=True, null=True)
text = models.ChatField(max_length=150, blank=True, null=True)
approved = models.BooleanField(default=False)
class Meta:
Expand Down

0 comments on commit d12b3b4

Please sign in to comment.