diff --git a/mattermost.el b/mattermost.el index e0993cc..595b951 100644 --- a/mattermost.el +++ b/mattermost.el @@ -54,7 +54,7 @@ ;; ToDo: update to parse headers as well (defun mattermost-request (method url &optional body) - "Builds a mattemrost request and returns the JSON response" + "Builds a Mattermost request and returns the JSON response" (let ((url-request-method method) (url-request-extra-headers `(("Content-Type" . "application/json"))) (url-request-data (if body (json-serialize body))))