diff --git a/docs/docs/server_mode.rst b/docs/docs/server_mode.rst
index 2aa8a8c1b..9ded4f48a 100644
--- a/docs/docs/server_mode.rst
+++ b/docs/docs/server_mode.rst
@@ -86,9 +86,8 @@ See the following example:
[b["Name"] for b in buckets].should.equal(["test"])
This example shows it is possible to create state using the TreadedMotoServer, and access that state using the usual decorators. :raw-html:`
`
-0Note that the decorators will destroy any resources on start, so make sure to not accidentally destroy any resources created by the ThreadedMotoServer that should be kept.
+Note that the decorators will destroy any resources on start, so make sure to not accidentally destroy any resources created by the ThreadedMotoServer that should be kept.
-.. note:: The ThreadedMotoServer is considered in beta for now, and the exact interface and behaviour may still change. :raw-html:`
` Please let us know if you'd like to see any changes.
Run using Docker
----------------------