typo fix in pad api documentation

This commit is contained in:
priestch 2016-05-31 21:12:37 +08:00
parent 42c94875ad
commit 390c83b79c
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