diff --git a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
index 7c6beb68e9015caea8e15be4324ba3ad8ae44913..9daa3dd385921bb43f9954c88a3475eb7d9f36cb 100644
--- a/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
+++ b/2019/2019-09-09_testCourseAdv/slides/chPickPresentation2.md
@@ -1,10 +1,9 @@
 ## Cherry Picking Workshop
 
 * Check the commit reference of the two commits in develop
-* Chose the commit to keep
-* Add this commit to your branch
+* Chose the commit to keep and add it to your branch
 ```bash
 $ git checkout myBranchName
 $ git cherry-pick <commit reference>
 ```
-
+* Check the log again and see if the changes were applied correctly