Merge pull request #521 from FineFindus/fix/typos

fix: typos
This commit is contained in:
Gregory K
2023-01-30 01:54:30 +03:00
committed by GitHub
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;