Skip to content

Commit 65c6204

Browse files
robertwbderrickaw
andauthored
Apply suggestions from code review
Co-authored-by: Derrick Williams <myutat@gmail.com>
1 parent 70af19f commit 65c6204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/www/site/content/en/documentation/runtime/resource-hints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can set resource hints programmatically on pipeline transforms using [PTrans
6868
{{< /paragraph >}}
6969

7070
{{< paragraph class="language-yaml" >}}
71-
You can set resource hints pipeline transforms using a `resource_hint` attribute.
71+
You can set resource hints pipeline transforms using a `resource_hints` attribute.
7272
{{< /paragraph >}}
7373

7474
{{< highlight java >}}
@@ -108,6 +108,6 @@ pcoll | beam.ParDo(BigMemFn()).with_resource_hints(
108108
{{< /highlight >}}
109109

110110
{{< paragraph class="language-yaml" >}}
111-
Such a `resource_hint` attribute can also be placed on the top-level pipeline
111+
Such a `resource_hints` attribute can also be placed on the top-level pipeline
112112
object to apply to the entire pipeline.
113113
{{< /paragraph >}}

0 commit comments

Comments
 (0)