typo fix in pad api documentation
This commit is contained in:
parent
42c94875ad
commit
390c83b79c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue