Skip to content

Commit

Permalink
Fix typo in angular support lib docu (SAP#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-simeonova authored Jun 7, 2022
1 parent 6e7dafc commit daf0564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ For example:
{
path: 'luigi-client-support-preload',
component: LuigiPreloadComponent,
data: { updateModalPathParam: true, addHistoryEntry: true }
data: { updateModalDataPath: true, addHistoryEntry: true }
}
```
2 changes: 1 addition & 1 deletion docs/framework-support-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ For example:
{
path: 'luigi-client-support-preload',
component: LuigiPreloadComponent,
data: { updateModalPathParam: true, addHistoryEntry: true }
data: { updateModalDataPath: true, addHistoryEntry: true }
}
```

Expand Down

0 comments on commit daf0564

Please sign in to comment.