Skip to content

Commit e2e5327

Browse files
Fix a typo
Co-authored-by: Jeremy Massel <1123407+jkmassel@users.noreply.github.com>
1 parent ae01540 commit e2e5327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/WordPressTest/TestUtilities/JSONObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ typealias JSONObject = Dictionary<String, AnyObject>
55

66
extension JSONObject {
77

8-
/// Creat a dictionary represented by the specified json file.
8+
/// Create a dictionary represented by the specified json file.
99
///
1010
/// - Parameter fileName: The name of the json file to load. The "json" file extension can be omitted.
1111
init(fromFileNamed fileName: String) throws {

0 commit comments

Comments
 (0)