Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoughtseize1 committed Dec 19, 2024
1 parent 6bc4bc5 commit 8ca8f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def attach_disk_force(
zone=vm_zone,
)
operation = client.attach_disk(request=request)
wait_for_extended_operation(operation, "force disk attachement")
wait_for_extended_operation(operation, "force disk attachment")


# </INGREDIENT>
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def attach_disk_force(
zone=vm_zone,
)
operation = client.attach_disk(request=request)
wait_for_extended_operation(operation, "force disk attachement")
wait_for_extended_operation(operation, "force disk attachment")


# [END compute_instance_attach_regional_disk_force]

0 comments on commit 8ca8f6d

Please sign in to comment.