mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-13 16:43:05 -04:00
add definition alias for dictionary
This commit is contained in:
parent
b049aefad2
commit
f71aa434b0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function createDictionaryPage(context, result, index, language){
|
|||
module.exports = {
|
||||
name: 'dictionary',
|
||||
label: 'query',
|
||||
aliases: ['define', 'dict'],
|
||||
aliases: ['define', 'dict', 'definition'],
|
||||
metadata: {
|
||||
description: 'Looks up words and teminology in a dictionary.',
|
||||
description_short: 'Dictionary word definitions.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue