Skip to content

Commit

Permalink
docs: fix variable reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam authored and agneszitte committed Sep 26, 2024
1 parent d5c14d8 commit 61e2635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Learn/Mvux/Advanced/Messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ These extension methods are available for both `IState<TEntity>` and `IListState
UserService = userService;
CurrentUser
.Observe(messenger, user => user.Id, out disposable);
.Observe(messenger, user => user.Id, out subscriptions);
}
public IState<User> CurrentUser => State.Async(this, UserService.GetCurrentUser);
Expand Down

0 comments on commit 61e2635

Please sign in to comment.