Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Fixed spelling from expect to except #16

Merged
merged 4 commits into from
Sep 30, 2023

Conversation

kartiksprajapati
Copy link
Contributor

This pull request addresses a minor typo in two files where the word expect was corrected to except. This change improves code readability and ensures consistency.

Changes Made

  • In config/user-monitoring.php: Replaced occurrences of expect with except.
  • In src/Middlewares/VisitMonitoringMiddleware.php: Replaced occurrences of expect with except.

Context
The typo fix is straightforward and does not impact the logic or functionality of the code. The change is limited to enhancing the accuracy of the code comments or documentation in these files.

TYPO: fixed spelling from `expect` to `except`
TYPO: fixed spelling from `expect` to `except`
TYPO: fixed spelling from `expect` to `except`
Copy link
Member

@milwad-dev milwad-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@milwad-dev
Copy link
Member

Just fix the tests!

TYPO: fixed spelling from `expect` to `except`
@kartiksprajapati
Copy link
Contributor Author

I have updated the Tests!

@milwad-dev milwad-dev changed the title TYPO: fixed spelling from expect to except [1.x] Fixed spelling from expect to except Sep 30, 2023
@milwad-dev milwad-dev merged commit 956c95e into binafy:1.x Sep 30, 2023
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.

2 participants