Skip to content

Commit

Permalink
Fix glossary link in README.md (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis authored Mar 7, 2024
1 parent 9828ab2 commit 40ce45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The entry point to a UI powered by ember-exclaim is the `{{exclaim-ui}}` compone
- `implementationMap`: a mapping of names in the `ui` config to information about their backing implementations
- `resolveFieldMeta(path)`: an optional action that will be invoked if a component calls `env.metaForField(...)`
- `onChange(envKeyOfChangedValue)`: an optional action that will be invoked when a value in the `env` changes
- `wrapper`: an optional component or component name string that will wrap every rendered component in your UI configuration. The `wrapper` component will receive the unwrapped `ComponentSpec` as `spec` ([more on `ComponentSpec` here](addon/-private/GLOSSARY.md)), the `Environment` as `env` and the component's resolved `config`.
- `wrapper`: an optional component or component name string that will wrap every rendered component in your UI configuration. The `wrapper` component will receive the unwrapped `ComponentSpec` as `spec` ([more on `ComponentSpec` here](ember-exclaim/src/-private/GLOSSARY.md)), the `Environment` as `env` and the component's resolved `config`.
- `resolveMeta(path)`: an optional action that will be invoked if a component calls `env.metaFor(...)`

Each of these things is described in further detail below.
Expand Down

0 comments on commit 40ce45a

Please sign in to comment.