Skip to content

fix: typo in directory name notfiersnotifiers #544

Description

@mostronatorcoder

Description

There is a typo in the directory name under lib/features/order/:

Current: lib/features/order/notfiers/
Expected: lib/features/order/notifiers/

Files affected

lib/features/order/notfiers/abstract_mostro_notifier.dart
lib/features/order/notfiers/add_order_notifier.dart
lib/features/order/notfiers/order_notifier.dart

How to fix

  1. Rename the directory:

    git mv lib/features/order/notfiers lib/features/order/notifiers
  2. Update all imports that reference the old path (search for order/notfiers/ in the codebase).

Impact

This is a cosmetic fix with no runtime impact, but it improves code readability and consistency with standard English spelling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions