Skip to content

Commit

Permalink
Fix spelling (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Oct 9, 2019
1 parent f104e75 commit ca0d11a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
fast_finish: true
allow_failures:
- python: nightly
- python: pypy3.5
- python: pypy3

include:
- name: 3.7 without extensions
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Key Features
- Supports both client and server side of HTTP protocol.
- Supports both client and server Web-Sockets out-of-the-box and avoids
Callback Hell.
- Provides Web-server with middlewares and pluggable routing.
- Provides Web-server with middlewares and plugable routing.


Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ but few of them are.
aiohttp.web is built on top of few concepts: *application*, *router*,
*request* and *response*.

*router* is a *pluggable* part: a library user may build a *router*
*router* is a *plugable* part: a library user may build a *router*
from scratch, all other parts should work with new router seamlessly.

:class:`AbstractRouter` has the only mandatory method:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Key Features
:ref:`Client WebSockets <aiohttp-client-websockets>` out-of-the-box
without the Callback Hell.
- Web-server has :ref:`aiohttp-web-middlewares`,
:ref:`aiohttp-web-signals` and pluggable routing.
:ref:`aiohttp-web-signals` and plugable routing.

.. _aiohttp-installation:

Expand Down
3 changes: 2 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ param
params
pathlib
peername
pickleable
ping
pipelining
pluggable
plugable
plugin
poller
pong
Expand Down

0 comments on commit ca0d11a

Please sign in to comment.