diff options
author | Michael Joseph <michaeljoseph+github@gmail.com> | 2012-06-06 19:22:42 +0300 |
---|---|---|
committer | Michael Joseph <michaeljoseph+github@gmail.com> | 2012-06-06 19:22:42 +0300 |
commit | 5e3c4f80bade5b89b5137b04274e84796c9a7afc (patch) | |
tree | 26c659929fb900bf064ca070f45339f0ad75d8c0 | |
parent | 13c8b052703ac9bf17aea855e7ecd5009d0a5cda (diff) | |
download | factory-boy-5e3c4f80bade5b89b5137b04274e84796c9a7afc.tar factory-boy-5e3c4f80bade5b89b5137b04274e84796c9a7afc.tar.gz |
Typo: thoughtbot (fixes link too)
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 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, ... |