docs: Remove extra word

This commit is contained in:
Stein Magnus Jodal 2015-07-22 19:47:55 +02:00
parent edd7afb174
commit ee0f2f2a94

View File

@ -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