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

View File

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