Skip to content

Commit 77371ec

Browse files
authored
grammar fixup (#14600)
Grammatically align heading to others
1 parent aa23526 commit 77371ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/iac/concepts/resources/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ var component = new MyResource("...",
346346

347347
If a component resource is itself a child of another component resource, its set of providers is inherited from its parent by default.
348348

349-
## Add Multi-language Support
349+
## Adding Multi-language Support
350350

351351
By default, components are authored and consumed in the same programming language by extending the `ComponentResource` class. The class can then be imported or referenced using the language's applicable pattern. To support consuming components in other languages, Pulumi can introspect your component class and generate the necessary SDKs. To support multi-language consumption, a couple additional steps are required.
352352

0 commit comments

Comments
 (0)