Skip to content

Commit

Permalink
Merge pull request #594 from jibolash/patch-1
Browse files Browse the repository at this point in the history
Correct Pilet Setup Function section parameter type
  • Loading branch information
FlorianRappl authored Apr 10, 2023
2 parents 90488ce + 9da3737 commit 2394027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function setup(app: PiletApi) {
}
```

The `PiralApi` provides a series of useful methods for setting up and configuring a pilet. For example, the scaffolding registers with the method `registerTile` a tile for the dashboard and a menu entry with the method `registerMenu`. Subsequent tutorials will guide us through the usage of the most important `PiletApi` methods.
The `PiletApi` provides a series of useful methods for setting up and configuring a pilet. For example, the scaffolding registers with the method `registerTile` a tile for the dashboard and a menu entry with the method `registerMenu`. Subsequent tutorials will guide us through the usage of the most important `PiletApi` methods.

### Start the Pilet

Expand Down

0 comments on commit 2394027

Please sign in to comment.