hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

chore(router): use proper spelling in cloneable

Open vil02 opened this issue 1 year ago • 1 comments

Type of Change

  • [x] Bugfix
  • [ ] New feature
  • [ ] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

Additional Changes

  • [ ] This PR modifies the API contract
  • [ ] This PR modifies the database schema
  • [ ] This PR modifies application configuration/environment variables

Motivation and Context

While working on #6191 (cf. #5917) I noticed that the CI is reporting this spelling issue. Some more of the CI jobs failed:

  • https://github.com/juspay/hyperswitch/actions/runs/11135615914/job/30945965216,
  • https://github.com/juspay/hyperswitch/actions/runs/11123807888/job/30908038374,
  • https://github.com/juspay/hyperswitch/actions/runs/11123440265/job/30906897289,
  • https://github.com/juspay/hyperswitch/actions/runs/11123158701/job/30906005608.

Fixes #6195.

How did you test it?

Manually checked against a dictionary, cf. https://en.wiktionary.org/wiki/clonable#English vs. https://en.wiktionary.org/wiki/cloneable

Checklist

  • [x] I formatted the code cargo +nightly fmt --all
  • [ ] I addressed lints thrown by cargo clippy
  • [ ] I reviewed the submitted code
  • [ ] I added unit tests for my changes where possible

vil02 avatar Oct 02 '24 11:10 vil02

Review changes with SemanticDiff.

Analyzed 1 of 1 files.

Filename Status
:heavy_check_mark: crates/router/src/services/api.rs Analyzed

semanticdiff-com[bot] avatar Oct 02 '24 11:10 semanticdiff-com[bot]

Closing this in favor of #6164, that PR has addressed this typo.

SanchithHegde avatar Oct 03 '24 08:10 SanchithHegde