mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
fix typo for "Mock.county"
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user