mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
rename define to dictionary
This commit is contained in:
parent
cf6fb6da9a
commit
04b9ebe035
2 changed files with 5 additions and 5 deletions
|
@ -49,8 +49,8 @@ function createDictionaryPage(context, result, index, language){
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
name: 'define',
|
||||
description: 'Look up the definition of a word in the dictionary.',
|
||||
name: 'dictionary',
|
||||
description: 'Look up the definition of a word or term in a dictionary.',
|
||||
contexts: [
|
||||
0,
|
||||
1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue