Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Jan 6, 2016
1 parent 7982f78 commit 1cfaf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/usage/middleware.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
====================
Oscar API Middleware
====================
Oscar API ships with some useful middelware classes for session management, to restrict access to your API and make sure that you can mix an Oscar stand-alone application and the API.
Oscar API ships with some useful middelware classes for session management, to restrict access to your API and make sure that you can mix an Oscar stand-alone website and the API.

.. _header-session-label:

Header Session Middleware
=========================

This middleware is very useful when sessions are managed by an external website which commuicates with Oscar API,
This middleware is very useful when sessions are managed by an external website which commuicates with Oscar API.

.. class:: oscarapi.middleware.HeaderSessionMiddleware

Expand Down

0 comments on commit 1cfaf13

Please sign in to comment.