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

Commit 13ca54f

Browse files
committed
Fix whiteapace
1 parent 9501898 commit 13ca54f

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

_posts/2011-03-17-datamapper-110-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here's a [full list of the tickets we've resolved for 1.1](http://datamapper.lig
3535

3636
Highlights:
3737

38-
* ActiveSupport / Extlib dependency is removed. If your code relies on one of these libs then just add a dependency on your own.
38+
* ActiveSupport / Extlib dependency is removed. If your code relies on one of these libs then just add a dependency on your own.
3939

4040
* `DataMapper::Type` is gone now in favour of `DataMapper::Property`. The Type API was deprecated in 1.0 but if you still have some Types floating around read how to upgrade them [in this thread](http://groups.google.com/group/datamapper/browse_thread/thread/5d3d212c3614db36/ae7be012e06488f6).
4141

development/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ When contributing any code to DataMapper, please follow these guidelines.
2222
* Two space indent - not tabs!
2323
* Write optimal code, not magic code
2424
* Documentation is required (use the [official documentation style](/docs/))
25-

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>News</h2>
5757
</dd>
5858

5959
{% endfor %}
60-
</dl>
60+
</dl>
6161

6262
{{ paginator.previous_page }}
6363
{{ paginator.next_page }}

using-git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ git clone [email protected]/datamapper/dm-core.git
8888
Git Workflow
8989
------------
9090

91-
Working with Git is significantly different than working with
91+
Working with Git is significantly different than working with
9292
SVN. In particular, although similar, git pull is not svn
9393
update, git push is not svn commit, and git add is not svn add. If you are a
9494
SVN user, be sure to read the man pages for the

0 commit comments

Comments
 (0)