Skip to content

Commit d945f6f

Browse files
committed
Minor typo fixes in docs
1 parent af880fc commit d945f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ to an IP address. It is worth noting that it takes a bit longer to get the respo
9696
when accessing it via the hostname.
9797

9898
In this example, the server is accessible via the IP and ``http://custom-mdns-hostname.local/``.
99-
On some routes it is also possible to use ``http://custom-mdns-hostname/``, but **this is not guaranteed to work**.
99+
On some routers it is also possible to use ``http://custom-mdns-hostname/``, but **this is not guaranteed to work**.
100100

101101
.. literalinclude:: ../examples/httpserver_mdns.py
102102
:caption: examples/httpserver_mdns.py
@@ -190,7 +190,7 @@ Cookies
190190
---------------------
191191

192192
You can use cookies to store data on the client side, that will be sent back to the server with every request.
193-
They are often used to store authentication tokens, session IDs, but also to user preferences e.g. theme.
193+
They are often used to store authentication tokens, session IDs, but also user preferences e.g. theme.
194194

195195
To access cookies, use ``request.cookies`` dictionary.
196196
In order to set cookies, pass ``cookies`` dictionary to ``Response`` constructor or manually add ``Set-Cookie`` header.

0 commit comments

Comments
 (0)