Skip to content

fix: correct typo in registerAuthenticationRoutes method name#1897

Merged
sudharsan-selvaraj merged 3 commits intoAppiumTestDistribution:mainfrom
HuzaifaTanzeel:fix/typo-register-authentication-routes
Oct 15, 2025
Merged

fix: correct typo in registerAuthenticationRoutes method name#1897
sudharsan-selvaraj merged 3 commits intoAppiumTestDistribution:mainfrom
HuzaifaTanzeel:fix/typo-register-authentication-routes

Conversation

@HuzaifaTanzeel
Copy link
Contributor

Summary

Fixed a small typo where the function name was resigsterAuthenticationRoutes instead of registerAuthenticationRoutes.

Details

  • Renamed the function and updated references accordingly.
  • No logic or behavior changed.

Fixes #1896

@HuzaifaTanzeel HuzaifaTanzeel marked this pull request as draft October 15, 2025 09:05
HuzaifaTanzeel and others added 2 commits October 15, 2025 14:21
Replaces resigsterAuthenticationRoutes with registerAuthenticationRoutes in src/app/index.ts, fixing CI TypeScript failure.

Fixes AppiumTestDistribution#1896
@HuzaifaTanzeel HuzaifaTanzeel marked this pull request as ready for review October 15, 2025 09:44
@sudharsan-selvaraj sudharsan-selvaraj merged commit d0dff05 into AppiumTestDistribution:main Oct 15, 2025
5 checks passed
@sudharsan-selvaraj
Copy link
Member

@HuzaifaTanzeel Thanks for fixing it!

saikrishna321 pushed a commit that referenced this pull request Oct 15, 2025
## [11.1.1](v11.1.0...v11.1.1) (2025-10-15)

### Miscellaneous Chores

* correct typo in registerAuthenticationRoutes method name ([#1897](#1897)) ([d0dff05](d0dff05)), closes [Fixes#1896](https://github.com/AppiumTestDistribution/Fixes/issues/1896) [#1896](#1896)
@github-actions
Copy link

🎉 This PR is included in version 11.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in function name resigsterAuthenticationRoutes → should be registerAuthenticationRoutes

2 participants