Merge pull request #96 from Priestch/master

typo fix in pad api documentation
This commit is contained in:
Elias Zeitfogel 2016-06-02 22:22:19 +02:00
commit c15c79f9be
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ how to do this through the [get :ref](get/) method:
## Plugin Usage
Within plugins it's typically not a good idae to construct a new Pad.
Within plugins it's typically not a good idea to construct a new Pad.
Instead you can get access to the current pad from the active context:
```python