From 390c83b79c5bc35b62658056eeabc0fffc83cfa0 Mon Sep 17 00:00:00 2001 From: priestch Date: Tue, 31 May 2016 21:12:37 +0800 Subject: [PATCH] typo fix in pad api documentation --- content/docs/api/db/pad/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/pad/contents.lr b/content/docs/api/db/pad/contents.lr index 8c7f1d77..9fca9aaf 100644 --- a/content/docs/api/db/pad/contents.lr +++ b/content/docs/api/db/pad/contents.lr @@ -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