From 758d90cc2c8e9c9eab0200684dbc83c805c0a57b Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Mon, 27 Apr 2020 21:04:55 +0300 Subject: [PATCH] fix typo Co-Authored-By: angie pinilla --- website/docs/r/spot_fleet_request.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/spot_fleet_request.html.markdown b/website/docs/r/spot_fleet_request.html.markdown index ed7230229a2..6eea1f59b02 100644 --- a/website/docs/r/spot_fleet_request.html.markdown +++ b/website/docs/r/spot_fleet_request.html.markdown @@ -249,5 +249,5 @@ In addition to all arguments above, the following attributes are exported: Spot Fleet Requests can be imported using `id`, e.g. ``` -$ terraform import aw_spot_fleet_request.fleet sfr-005e9ec8-5546-4c31-b317-31a62325411e -``` \ No newline at end of file +$ terraform import aws_spot_fleet_request.fleet sfr-005e9ec8-5546-4c31-b317-31a62325411e +```