fix a typo notiification => notification

Change-Id: I309b35147d5a0c617c117dfa2108dec6e35aaff7
This commit is contained in:
uchenily 2019-12-30 19:29:26 +08:00
parent 596b3d142e
commit 8b122a8627
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ Create Notification
.. rest_method:: POST /notifications
Creates a notiification.
Creates a notification.
Response Codes
--------------
@ -225,4 +225,4 @@ Response
**Example Show Notification Details**
.. literalinclude:: ../../doc/api_samples/notifications/notification-get-resp.json
:language: javascript
:language: javascript

View File

@ -46,7 +46,7 @@ rules = [
policy.DocumentedRuleDefault(
name=NOTIFICATIONS % 'create',
check_str=base.RULE_ADMIN_API,
description="Creates a notiification.",
description="Creates a notification.",
operations=[
{
'method': 'POST',