Fix: Tool api doc

This commit is contained in:
surunzi
2016-09-12 12:26:49 +08:00
parent a665fc2d33
commit 59b6262592
2 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ info.remove('title');
## Snippets
Allow you to register small function that can be triggered multiple times.
Allow you to register small functions that can be triggered multiple times.
### clear
@@ -135,7 +135,7 @@ snippets.add('hello', function ()
### remove
Remove specified log.
Remove specified snippet.
|Name|Type |Desc |
|----|------|-----------------|