Skip to content

Commit 94e8308

Browse files
authored
Update README.md
1 parent 2b3174a commit 94e8308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/ex1/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ Save and activate it.
438438

439439
## Step 5: Create a wrapper factory class
440440

441-
In this hands-on workshop, our recommended approach is to create a factory class to control the instantiation of the wrapper class and to release the factory class will for use in tier 1.
441+
In this hands-on workshop, our recommended approach is to create a factory class to control the instantiation of the wrapper class and to release the factory class for use in tier 1.
442442

443443
This approach has the advantage of a clear control of when and where an instance of the wrapper class is created, and in the event in which several wrapper classes are needed all their instantiations could be handled inside one single factory class.
444444
Also, in case of wrapper classes this has the advantage that in case the wrapper class is changed throughout it's software lifecycle, at a later point in time a different class could be initialized, without changes to the consumer implementation.

0 commit comments

Comments
 (0)