diff --git a/p2.md b/p2.md
index c010e996deb57b2a579d7a26393e4946c9c79e50..173c57d1fc684cd95d5ccf280a76480d615dc521 100644
--- a/p2.md
+++ b/p2.md
@@ -168,7 +168,7 @@ locking behavior identical as shown in the video.
 ## Notes
 - Use the `context` to set RPC timeouts to 60 seconds.
 - Your server main should spawn off your `http` server in a new goroutine, and be always available.
-- gRPC communication requires that the server listen to an address w/o the host, e.g. ":50050" in order to work across the network.
+- gRPC communication requires that the server listen to an address w/o the host, e.g. ":50050", in order to work across the network.
 
 ## Grading
 I will assign grades vaguely as follow:
@@ -176,7 +176,7 @@ I will assign grades vaguely as follow:
 - 30 pts - lockserver
 
 
-## Video walkthrough!
+## Video walkthrough
 
 ![p2 walkthrough](p2.mp4)