diff --git a/docs/doc.md b/docs/doc.md
index c6e915e..1c6f93f 100644
--- a/docs/doc.md
+++ b/docs/doc.md
@@ -80,7 +80,7 @@
ms - Time to sleep in milliseconds.
-###
.KeyTap(key, modifier)
+### .KeyTap(key, modifier)
Press a single key.
@@ -382,7 +382,7 @@ robotgo.ScrollMouse(50, "down")
Returns new bitmap object created from a portion of another
-### .Convert(openpath, savepath,MMImageType)
+### .Convert(openpath, savepath, MMImageType)
Convert the image format
@@ -442,7 +442,7 @@ func main() {
## Window
-### .ShowAlert(title, msg,defaultButton,cancelButton string)
+### .ShowAlert(title, msg, defaultButton, cancelButton string)
Displays alert with the given attributes. If cancelButton is not given, only the defaultButton is displayed