Skip to content

Commit

Permalink
Fix docu link typo (#3756)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored May 28, 2024
1 parent 9184dfe commit 5e8ec17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/typings/LuigiCompoundContainer.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class LuigiCompoundContainer extends HTMLElement {

/**
* The configuration for the compound microfrontend
* Take a look at https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound
* Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details.
* @since 1.0.0
*
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/luigi-compound-container-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa
### compoundConfig

The configuration for the compound microfrontend
Take a look at <https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound>
Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details.

Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)

Expand Down

0 comments on commit 5e8ec17

Please sign in to comment.