Skip to content

Commit 471f31a

Browse files
author
Mike Ferris
committed
Merge pull request #42 from imanuelcostigan/patch-1
Typo correction
2 parents 74b2ae6 + dd2613f commit 471f31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Only the most basic functionality is currently present. In the next year, we hav
1818

1919
Your tests are organized into a simple hierarchy. Each `XCTestCase` subclass has a set of `test` methods, each of which should test one part of your code.
2020

21-
You can find all kinds of useful information on using XCTest in [Apple's documenation](https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/03-testing_basics.html).
21+
You can find all kinds of useful information on using XCTest in [Apple's documentation](https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/03-testing_basics.html).
2222

2323
The rest of this document will focus on how this version of XCTest differs from the one shipped with Xcode.
2424

0 commit comments

Comments
 (0)