From ee0f2f2a9429fd3d07f555651f65f5d7fe0fc577 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 22 Jul 2015 19:47:55 +0200 Subject: [PATCH] docs: Remove extra word --- docs/extensiondev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 340a18da..77ce7cde 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -438,7 +438,7 @@ When writing an extension, you should only use APIs documented at at any time and are not something extensions should use. Mopidy performs type checking to help catch extension bugs. This applies to -both to frontend calls into core and return values from backends. Additionally +both frontend calls into core and return values from backends. Additionally model fields always get validated to further guard against bad data. Logging in extensions