Skip to content

Commit 45f56f0

Browse files
authored
Merge pull request #358 from Svieg/patch-1
fix typo out/our
2 parents 65604d6 + 305cda4 commit 45f56f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

General/SettingUpANewProject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If we want to follow the [TDD (test driven development)](https://fr.wikipedia.or
4848

4949
![Pharo System Browser, new Test class created](SettingUp_TestClass.png)
5050

51-
Next what we need to do is create some tests. We do this by clicking on out test class, choosing a protocol in second from the right part of the Browser, and implementing a test.
51+
Next what we need to do is create some tests. We do this by clicking on our test class, choosing a protocol in second from the right part of the Browser, and implementing a test.
5252

5353
In case there are no protocols to choose from (this happens in cases when we are making our first test), then we need to add a new one. This is done by pressing a right click on *instance side*, going to New protocol option and picking a protocol you need (in our case tests).
5454

0 commit comments

Comments
 (0)