Skip to content

fix: typo in DrawerWidgetViewModel class name#1644

Merged
Nirajn2311 merged 2 commits into
mainfrom
copilot/fix-1643
Jul 30, 2025
Merged

fix: typo in DrawerWidgetViewModel class name#1644
Nirajn2311 merged 2 commits into
mainfrom
copilot/fix-1643

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 29, 2025

This PR fixes a typo in the DrawerWidgetViewModel class name where it was incorrectly spelled as DrawerWidgtetViewModel (with an extra 't' and missing an 'e').

The typo was found in:

  • Class definition in drawer_widget_viewmodel.dart
  • Type parameter usage in drawer_widget_view.dart

Changes:

  • DrawerWidgtetViewModelDrawerWidgetViewModel (class definition)
  • ViewModelBuilder<DrawerWidgtetViewModel>ViewModelBuilder<DrawerWidgetViewModel> (type parameter)
  • DrawerWidgtetViewModel()DrawerWidgetViewModel() (constructor call)

This is a simple typo fix with no functional changes to the code logic.

Fixes #1643.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: huyenltnguyen <25715018+huyenltnguyen@users.noreply.github.com>
Copilot AI changed the title [WIP] Typo in DrawerWidgetViewModel Fix typo in DrawerWidgetViewModel class name Jul 29, 2025
Copilot AI requested a review from huyenltnguyen July 29, 2025 19:10
@huyenltnguyen huyenltnguyen changed the title Fix typo in DrawerWidgetViewModel class name fix: typo in DrawerWidgetViewModel class name Jul 29, 2025
@huyenltnguyen huyenltnguyen marked this pull request as ready for review July 29, 2025 19:15
@huyenltnguyen huyenltnguyen requested a review from a team July 29, 2025 19:15
@Nirajn2311 Nirajn2311 merged commit af93125 into main Jul 30, 2025
5 of 6 checks passed
@Nirajn2311 Nirajn2311 deleted the copilot/fix-1643 branch July 30, 2025 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in DrawerWidgetViewModel

3 participants