Skip to content

Commit

Permalink
Merge pull request #22 from lsantosdemoura/patch-1
Browse files Browse the repository at this point in the history
Removing some inconsistent words and fixing others
  • Loading branch information
Renan Ivo committed Jan 31, 2020
2 parents 664d909 + a9ec0fa commit 5429ac6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/backend_pool.md
Expand Up @@ -2,15 +2,15 @@ Backend Pool
============

The `BackendPool` is the component which locates and instantiates your _backend_
classes. In orther to use it you should subclass it and set a `backend_type`.
classes. In order to use it you should subclass it and set a `backend_type`.
(see [the example](/#example))

`BackendPool` class
-------------------

### `get`

Returns returns an instance of the backend which has the given `backend_id`
Returns an instance of the backend which has the given `backend_id`

#### arguments

Expand All @@ -25,7 +25,7 @@ type

### `get_class`

Returns returns the class of the backend which has the given `backend_id`
Returns the class of the backend which has the given `backend_id`

#### arguments

Expand All @@ -43,5 +43,5 @@ pool's backend type

### `classes_iterator`

Returns an interator of class of all backends configured with the
Returns an iterator of class of all backends configured with the
pool's backend type

0 comments on commit 5429ac6

Please sign in to comment.