Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source-2.0/additional-specs/waiters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ triggered if the ``status`` property equals ``failed``.

@waitable(
ThingExists: {
description: "Waits until a thing has been created"
documentation: "Waits until a thing has been created"
acceptors: [
// Fail-fast if the thing transitions to a "failed" state.
{
Expand Down Expand Up @@ -831,7 +831,7 @@ the ``StartResource`` API operation.

@waitable(
ResourceRunning: {
description: "Waits for the resource to be running"
documentation: "Waits for the resource to be running"
acceptors: [
{
state: "failure"
Expand Down
Loading