Fixed a possble typo that

This commit is contained in:
Niklas Laxström 2011-10-19 17:48:22 +00:00
parent 4db849ace6
commit ec4da14af8

View file

@ -203,7 +203,7 @@ class ApiQueryGadgets extends ApiQueryBase {
return array(
'Get a list of gadgets along with their descriptions:',
' api.php?action=query&list=gadgets&gaprop=id|desc',
'Get a list of gadgets with all possble properties:',
'Get a list of gadgets with all possible properties:',
" api.php?action=query&list=gadgets&gaprop=$allProps",
'Get a list of gadgets belonging to caregory "foo":',
' api.php?action=query&list=gadgets&gacategories=foo',