Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit 69a0943

Browse files
committed
Fixed a typo.
1 parent 70daf95 commit 69a0943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/validations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ they can be changed. This is done via providing a `:message` in the options
128128
hash, for example:
129129

130130
{% highlight ruby %}
131-
validates_uniqueness_of_ :title, :scope => :section_id,
131+
validates_uniqueness_of :title, :scope => :section_id,
132132
:message => "There's already a page of that title in this section"
133133
{% endhighlight %}
134134

0 commit comments

Comments
 (0)