fix(Instance): typo langauges => languages

This commit is contained in:
FineFindus
2023-01-26 20:56:15 +01:00
parent bcb3e217cd
commit 1124486f1f
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ public class Instance extends BaseModel{
@RequiredField
public String version;
/**
* Primary langauges of the website and its staff.
* Primary languages of the website and its staff.
*/
// @RequiredField
public List<String> languages;