Skip to content

Commit

Permalink
Update docs/contributing/coding-standards/component-options.md
Browse files Browse the repository at this point in the history
Co-authored-by: Romaric Pascal <[email protected]>
  • Loading branch information
domoscargin and romaricpascal authored Nov 20, 2024
1 parent 5b2369a commit 80bdf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/coding-standards/component-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Configuration options from these sources are merged into a single configuration

Your component will then be able to:

[access the merged configuration](https://frontend.design-system.service.gov.uk/building-configurable-components/#accessing-the-component-s-configuration) using `this.config`
use [the`Component` class](https://frontend.design-system.service.gov.uk/building-your-own-javascript-components/#using-the-component-class) features
- [access the merged configuration](https://frontend.design-system.service.gov.uk/building-configurable-components/#accessing-the-component-s-configuration) using `this.config`
- use [the`Component` class](https://frontend.design-system.service.gov.uk/building-your-own-javascript-components/#using-the-component-class) features

## Adding a Nunjucks parameter

Expand Down

0 comments on commit 80bdf37

Please sign in to comment.