Skip to content

Commit

Permalink
Fix errors in old posts
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Mar 17, 2011
1 parent f9e495e commit 36f2ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2010-09-07-datamapper-102-released.markdown
Expand Up @@ -62,7 +62,7 @@ Here's a list of the tickets we've resolved since 1.0.0:
How to report issues
--------------------

Please report any issues you find in IRC, on the mailing list, or inthe tracker:
Please report any issues you find in IRC, on the mailing list, or in the bug tracker:

* [IRC](irc://irc.freenode.net/%23datamapper)
* [Mailing List](http://groups.google.com/group/datamapper)
Expand Down
2 changes: 1 addition & 1 deletion docs/validations.markdown
Expand Up @@ -97,7 +97,7 @@ Working with Validation Errors
------------------------------

If your validators find errors in your model, they will populate the
[Validate::ValidationErrors][Validate_ValidationErrors] object that is available
`Validate::ValidationErrors` object that is available
through each of your models via calls to your model's `errors` method.

{% highlight ruby linenos %}
Expand Down

0 comments on commit 36f2ef1

Please sign in to comment.