From ec44fedf318a1c9e029ed86132d9c3ccfb7621ac Mon Sep 17 00:00:00 2001 From: eriklimakc Date: Wed, 6 Mar 2024 14:09:42 +0000 Subject: [PATCH] chore: Improve Binding method description --- doc/Learn/Markup/SourceUsage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |