From 58be2021597ecd545249d07603067a4775a32398 Mon Sep 17 00:00:00 2001 From: Kurtis Cobb Date: Mon, 12 Sep 2016 15:11:14 -0700 Subject: [PATCH] Doc fix for Nova API Guide, added missing word. This patch updates the Nova API Guide: faults.rst. Insert missing word "call" on line 7 to improve readability. Change-Id: Ia48870daff3d5f0ff0716ff716dfcc31f5ff6021 Closes-Bug: #1622758 --- api-guide/source/faults.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst index ad1a97f3be..4d585f0055 100644 --- a/api-guide/source/faults.rst +++ b/api-guide/source/faults.rst @@ -4,10 +4,10 @@ Faults This doc explains how to understand what has happened to your API request. -Every HTTP request has a status code. 2xx codes signify the API was a success. -However, that is often not the end of the story. That generally only means the -request to start the operation has been accepted. It does not mean the action -you requested has successfully completed. +Every HTTP request has a status code. 2xx codes signify the API call was a +success. However, that is often not the end of the story. That generally only +means the request to start the operation has been accepted. It does not mean +the action you requested has successfully completed. Tracking Errors by Request ID