From c7962b5ae3d5146f8c9d1c0e9928e4926323d766 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 04:17:34 -0400 Subject: add period at end of sentence (six instances) --- core/api-common.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/api-common.rst b/core/api-common.rst index f23cc917..a7106521 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -100,22 +100,22 @@ handle the error as if an internal error (500) had been returned. // Optional detail about the specific input value that failed. May change without notice! detail?: string; - // Name of the parameter that was bogus (if applicable) + // Name of the parameter that was bogus (if applicable). parameter?: string; - // Path to the argument that was bogus (if applicable) + // Path to the argument that was bogus (if applicable). path?: string; - // Offset of the argument that was bogus (if applicable) + // Offset of the argument that was bogus (if applicable). offset?: string; - // Index of the argument that was bogus (if applicable) + // Index of the argument that was bogus (if applicable). index?: string; - // Name of the object that was bogus (if applicable) + // Name of the object that was bogus (if applicable). object?: string; - // Name of the currency than was problematic (if applicable) + // Name of the currency than was problematic (if applicable). currency?: string; // Expected type (if applicable). -- cgit v1.2.3