Skip to content

Commit

Permalink
Fix typo in boilerplate-code.md (#848)
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
stevemonaco authored Jul 26, 2024
1 parent a05dfe2 commit 2f337fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactiveui/docs/handbook/view-models/boilerplate-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _firstName = firstNameObservable
.ToProperty(this, x => x.FirstName);
```

# Using ReativeUI.SourceGenerators
# Using ReactiveUI.SourceGenerators

With [ReactiveUI.SourceGenerators](https://www.nuget.org/packages/ReactiveUI.SourceGenerators/).

Expand Down

0 comments on commit 2f337fc

Please sign in to comment.