diff --git a/doc/Learn/Markup/SourceUsage.md b/doc/Learn/Markup/SourceUsage.md index a476c28339..76f07b1c41 100644 --- a/doc/Learn/Markup/SourceUsage.md +++ b/doc/Learn/Markup/SourceUsage.md @@ -104,7 +104,7 @@ Below is a list of methods available for use within binding expressions: | Property | Description | | ----------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -| `Binding()` | Sets the Binding | +| `Binding()` | Sets the Binding Path | | `DataContext()` | Sets the DataContext | | `Mode(BindingMode)` | Sets Binding Mode | | `OneTime()` | Sets Binding Mode to OneTime |