Fix typo's

This commit is contained in:
Ronald Moesbergen 2019-02-14 11:58:29 +01:00
parent 8abf95063c
commit 29bda6c00d

View File

@ -682,8 +682,8 @@ class Certificates(AuthenticatedResource):
:reqheader Authorization: OAuth token to authenticate :reqheader Authorization: OAuth token to authenticate
:statuscode 204: no error :statuscode 204: no error
:statuscode 403: unauthenticated :statuscode 403: unauthenticated
:statusoode 404: certificate not found :statuscode 404: certificate not found
:statusoode 405: certificate deletion is disabled :statuscode 405: certificate deletion is disabled
""" """
if not current_app.config.get('ALLOW_CERT_DELETION', False): if not current_app.config.get('ALLOW_CERT_DELETION', False):