Merge pull request #18657 from overleaf/mj-mastersthesis-typo

[web] Fix typo in mastersthesis autocompletion

GitOrigin-RevId: 38c3473c310da071b5293739dc6e74d0263259b9
This commit is contained in:
Mathias Jakobsen 2024-06-03 10:23:35 +01:00 committed by Copybot
parent 656130b2ed
commit 2180ea0578

View file

@ -39,7 +39,7 @@ const environments: Environment[] = [
requiredAttributes: ['key', 'title'],
},
{
name: 'masterthesis',
name: 'mastersthesis',
requiredAttributes: ['author', 'title', 'school', 'year'],
},
{