From 876fb8c543a5a7ac3efe3ff4c409fe449b087144 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 28 Mar 2020 16:49:05 +1100 Subject: [PATCH] docs: Fix simple typo, prefered -> preferred There is a small typo in docs/api.rst. Should read `preferred` rather than `prefered`. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index e805ae3..060f8fa 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -8,7 +8,7 @@ Modules .. automodule:: stargate :members: -:class:`~stargate.view.WebSocketView` and :class:`~stargate.resource.WebSocketAwareResource` are also available in this namespace, and this is the prefered location to use them from +:class:`~stargate.view.WebSocketView` and :class:`~stargate.resource.WebSocketAwareResource` are also available in this namespace, and this is the preferred location to use them from :mod:`stargate.resource` ----------------------------