mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #18657 from overleaf/mj-mastersthesis-typo
[web] Fix typo in mastersthesis autocompletion GitOrigin-RevId: 38c3473c310da071b5293739dc6e74d0263259b9
This commit is contained in:
parent
656130b2ed
commit
2180ea0578
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const environments: Environment[] = [
|
||||||
requiredAttributes: ['key', 'title'],
|
requiredAttributes: ['key', 'title'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'masterthesis',
|
name: 'mastersthesis',
|
||||||
requiredAttributes: ['author', 'title', 'school', 'year'],
|
requiredAttributes: ['author', 'title', 'school', 'year'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue