summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2022-11-03 13:48:07 +0000
committerOlly Cope <olly@ollycope.com>2022-11-03 13:48:07 +0000
commit54853e8f679902c181d6392638907f40746e19b9 (patch)
tree59073746857e73f5715de67ece71600d0d1807b3
parent4bb1cb083b86178cd1837788c875922f6957f764 (diff)
downloadyoyo-54853e8f679902c181d6392638907f40746e19b9.tar.gz
docs: fix typo
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 37e34e7..4adfee7 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -351,7 +351,7 @@ Migrations may declare dependencies on other migrations via the
]
-If you use the ``yoyo new`` command the ``_depends__`` attribute will be auto
+If you use the ``yoyo new`` command the ``__depends__`` attribute will be auto
populated for you.