summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
======================