Skip to content

Commit 49ede03

Browse files
committed
Fix wrong member in waiter examples
1 parent 963bba5 commit 49ede03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source-2.0/additional-specs/waiters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ triggered if the ``status`` property equals ``failed``.
605605
606606
@waitable(
607607
ThingExists: {
608-
description: "Waits until a thing has been created"
608+
documentation: "Waits until a thing has been created"
609609
acceptors: [
610610
// Fail-fast if the thing transitions to a "failed" state.
611611
{
@@ -831,7 +831,7 @@ the ``StartResource`` API operation.
831831
832832
@waitable(
833833
ResourceRunning: {
834-
description: "Waits for the resource to be running"
834+
documentation: "Waits for the resource to be running"
835835
acceptors: [
836836
{
837837
state: "failure"

0 commit comments

Comments
 (0)