diff --git a/docs/source/extending/contents.rst b/docs/source/extending/contents.rst index 6795cefd0..3d8fb4913 100644 --- a/docs/source/extending/contents.rst +++ b/docs/source/extending/contents.rst @@ -79,7 +79,7 @@ model. There are three model types: **notebook**, **file**, and **directory**. - ``file`` models - The ``format`` field is either ``"text"`` or ``"base64"``. - - The ``mimetype`` field is can be any mimetype string, but defaults to + - The ``mimetype`` field can be any mimetype string, but defaults to ``text/plain`` for text-format models and ``application/octet-stream`` for base64-format models. - The ``content`` field is always of type ``unicode``. For text-format