8363: Fix spelling of errorDetail and warningDetail in docs.
authorTom Clegg <tom@curii.com>
Wed, 22 Sep 2021 18:32:31 +0000 (14:32 -0400)
committerTom Clegg <tom@curii.com>
Wed, 22 Sep 2021 18:32:31 +0000 (14:32 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

doc/api/methods/containers.html.textile.liquid

index 7da05cbd0b6812b68a136212a50b060fe1920476..18fb4f01330e033f06086f3125d8d01680955ee3 100644 (file)
@@ -88,8 +88,8 @@ table(table table-bordered table-condensed).
 |error|string|The existance of this key indicates the container will definitely fail, or has already failed.|Optional.|
 |warning|string|Indicates something unusual happened or is currently happening, but isn't considered fatal.|Optional.|
 |activity|string|A message for the end user about what state the container is currently in.|Optional.|
-|errorDetails|string|Additional structured error details.|Optional.|
-|warningDetails|string|Additional structured warning details.|Optional.|
+|errorDetail|string|Additional structured error details.|Optional.|
+|warningDetail|string|Additional structured warning details.|Optional.|
 
 h2(#scheduling_parameters). {% include 'container_scheduling_parameters' %}