fix typo for "Mock.county"

This commit is contained in:
bangbang93
2018-11-20 10:38:33 +08:00
parent 2f86d57c77
commit 8e69c7755d
+1 -1
View File
@@ -198,7 +198,7 @@ declare namespace mockjs {
city(prefix?: B): S;
// Random.county
country(prefix?: B): S;
county(prefix?: B): S;
// Random.zip
zip(prefix?: B): S;