diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst index 1899a7a1a..a97a8baa9 100644 --- a/docs/dev/plugins.rst +++ b/docs/dev/plugins.rst @@ -328,7 +328,7 @@ Here's an example that adds a ``$disc_and_track`` field:: def _tmpl_disc_and_track(item): """Expand to the disc number and track number if this is a - multi-disc release. Otherwise, just exapnds to the track + multi-disc release. Otherwise, just expands to the track number. """ if item.disctotal > 1: