Skip to content

Commit d83ad87

Browse files
committed
align line number with hover
Signed-off-by: Timothy Yip <[email protected]>
1 parent b699f5f commit d83ad87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/master/getting-started/provider-aws.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,16 +197,16 @@ spec:
197197
EOF
198198
```
199199

200-
The {{< hover label="xr" line="3">}}apiVersion{{< /hover >}} and
201-
{{< hover label="xr" line="4">}}kind{{</hover >}} are from the provider's CRDs.
200+
The {{< hover label="xr" line="2">}}apiVersion{{< /hover >}} and
201+
{{< hover label="xr" line="3">}}kind{{</hover >}} are from the provider's CRDs.
202202

203203

204-
The {{< hover label="xr" line="6">}}metadata.generateName{{< /hover >}} value is the
204+
The {{< hover label="xr" line="5">}}metadata.generateName{{< /hover >}} value is the
205205
name of the created S3 bucket in AWS.
206206
This example uses the generated name `crossplane-bucket-<hash>` in the
207-
{{< hover label="xr" line="6">}}$bucket{{</hover >}} variable.
207+
{{< hover label="xr" line="5">}}$bucket{{</hover >}} variable.
208208

209-
The {{< hover label="xr" line="9">}}spec.forProvider.region{{< /hover >}} tells
209+
The {{< hover label="xr" line="8">}}spec.forProvider.region{{< /hover >}} tells
210210
AWS which AWS region to use when deploying resources.
211211

212212
The region can be any

0 commit comments

Comments
 (0)