summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-06-06 13:04:45 -0700
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-06-06 13:04:45 -0700
commit15fdd4d86414adef75dca085644ebc4095acf9c7 (patch)
tree26c659929fb900bf064ca070f45339f0ad75d8c0
parent18393e00d21276ba7f8b6d83b51510470781ec69 (diff)
parent5e3c4f80bade5b89b5137b04274e84796c9a7afc (diff)
downloadfactory-boy-15fdd4d86414adef75dca085644ebc4095acf9c7.tar
factory-boy-15fdd4d86414adef75dca085644ebc4095acf9c7.tar.gz
Merge pull request #17 from michaeljoseph/patch-1
Two small typos
-rw-r--r--docs/index.rst2
-rw-r--r--docs/internals.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c773d7f..f0b5dcc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,7 +1,7 @@
Welcome to Factory Boy's documentation!
=======================================
-factory_boy provides easy replacement for fixtures, based on thouthbot's `factory_girl <http://github.com/thouthbot/factory_girl>`_.
+factory_boy provides easy replacement for fixtures, based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_.
It allows for an easy definition of factories, various build factories, factory inheritance, ...
diff --git a/docs/internals.rst b/docs/internals.rst
index 75de63d..279c4e9 100644
--- a/docs/internals.rst
+++ b/docs/internals.rst
@@ -1,4 +1,4 @@
-Factoy Boy's internals
+Factory Boy's internals
======================