Merge pull request #83 from weihenHong/main

fix: typo
This commit is contained in:
Ruan YiFeng
2023-09-15 20:50:29 +08:00
committed by GitHub

View File

@@ -526,7 +526,7 @@ type Country = {
capital: string;
}
interface Coutry {
interface Country {
name: string;
capital: string;
}