Skip to content

Commit 6e91e38

Browse files
committed
docs: handbook update
1 parent 42eb6d7 commit 6e91e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HANDBOOK.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The resolver constructs components based on the rules of such a pattern. It take
230230

231231
1. Determine the associated type by parsing the file suffix. Utilize the registry indexes to determine a type
232232
2. If the type has a source adapter assigned to it, construct the associated adapter. Otherwise use the default one
233-
3. Call the adapter’s `getComponent()` method to construct the source component
233+
3. Call the adapter function to construct the source component
234234

235235
📝 _CAREFULLY_ _consider whether new adapters need to be added. Ideally, we should never have to add another one and new types should follow existing conventions to reduce maintenance burden._
236236

@@ -293,8 +293,8 @@ layouts/
293293

294294
### The `bundleSourceAdapter`
295295

296-
Like the name suggests, this adapter handles bundle types, so `AuraDefinitionBundles`, `LightningWebComponents`. A bundle component has all its source files, including the root metadata xml, contained in its own directory.
297-
296+
Like the name suggests, this adapter handles bundle types, so `AuraDefinitionBundles`, `LightningWebComponents`. A bundle component has all its source files contained in its own directory.
297+
Most bundle types have a root metadata xml, but it's not required (ex: WaveTemplateBundle) and it might not be an xml file (ExperiencePropertyTypeBundle)
298298
**Example Structure**:
299299

300300
```text

0 commit comments

Comments
 (0)