Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ui/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ frame.navigate({

## Passing and Receiving Custom Context

In cases where we want to pass a specific context and need more control than the automated `bindingContext`, you could use the `context` property in the `navigatedEntry` object. The navigated page can obtain the passed context via the `navigatedTo` event and the [`navigaitonContext`](/api-reference/classes/_ui_page_.page#navigationcontext) property.
In cases where we want to pass a specific context and need more control than the automated `bindingContext`, you could use the `context` property in the `navigatedEntry` object. The navigated page can obtain the passed context via the `navigatedTo` event and the [`navigationContext`](/api-reference/classes/_ui_page_.page#navigationcontext) property.

Sending binding context from the main page.
```JavaScript
Expand Down