summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2014-03-02 17:05:57 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-03-02 17:05:57 +0100
commitea4da8e63c314b4f7cbcb4dd06eef466c1e872ed (patch)
tree4ef3fb5ff00f1c7c80a6a44cf967b5c4bd2ca031 /docs/ref/checks.txt
parenta08f906556c14357852bbc9c4c7d10c6558dafcf (diff)
Fixed some typos in the documentation.
Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
Diffstat (limited to 'docs/ref/checks.txt')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 84082bc6d6..2e26f7feac 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -185,7 +185,7 @@ code snippet shows how you can implement this check::
self.min > self.max):
return [
checks.Error(
- 'min greated than max.',
+ 'min greater than max.',
hint='Decrease min or increase max.',
obj=self,
id='myapp.E001',