From 59d5a91c5aef63473c9ebd6f23558ea007ceac7a Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Fri, 15 Jan 2021 15:21:39 +0100 Subject: [PATCH] Fix typo in autoscaling policy doc (#67575) --- .../autoscaling/apis/delete-autoscaling-policy.asciidoc | 2 +- docs/reference/autoscaling/apis/get-autoscaling-policy.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/autoscaling/apis/delete-autoscaling-policy.asciidoc b/docs/reference/autoscaling/apis/delete-autoscaling-policy.asciidoc index fe86a49c04b74..6f91ad67bdc7a 100644 --- a/docs/reference/autoscaling/apis/delete-autoscaling-policy.asciidoc +++ b/docs/reference/autoscaling/apis/delete-autoscaling-policy.asciidoc @@ -47,7 +47,7 @@ This API deletes an autoscaling policy with the provided name. [[autoscaling-delete-autoscaling-policy-examples]] ==== {api-examples-title} -This example deletes an autoscaling policy named `my_autosaling_policy`. +This example deletes an autoscaling policy named `my_autoscaling_policy`. [source,console] -------------------------------------------------- diff --git a/docs/reference/autoscaling/apis/get-autoscaling-policy.asciidoc b/docs/reference/autoscaling/apis/get-autoscaling-policy.asciidoc index 17557d784dccb..9b1db27189577 100644 --- a/docs/reference/autoscaling/apis/get-autoscaling-policy.asciidoc +++ b/docs/reference/autoscaling/apis/get-autoscaling-policy.asciidoc @@ -58,7 +58,7 @@ This API gets an autoscaling policy with the provided name. [[autoscaling-get-autoscaling-policy-examples]] ==== {api-examples-title} -This example gets an autoscaling policy named `my_autosaling_policy`. +This example gets an autoscaling policy named `my_autoscaling_policy`. [source,console] --------------------------------------------------