-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix spelling in Main.storyboard #75
Conversation
@asabri97 @john-rocky FYI Ultralytics Actions found a typo here, I think "forcus" -> "focus". https://github.com/ultralytics/yolo-ios-app/actions/runs/12098109948/job/33734235835 Please check these directly in your repos in the future, thank you! ``` Run codespell \ ./YOLO/Main.storyboard:297: forcus ==> focus, forces ./YOLO/ViewController.swift:43: forcus ==> focus, forces ``` Signed-off-by: Glenn Jocher <[email protected]>
Signed-off-by: Glenn Jocher <[email protected]>
👋 Hello @glenn-jocher, thank you for submitting a
We noticed that this PR fixes a spelling error in the storyboard file. To confirm everything behaves as expected, please ensure that all related changes in the corresponding files (e.g., For additional guidance, please refer to our Contributing Guide. Don’t hesitate to leave a comment if you have any questions. An Ultralytics engineer will review your contribution promptly and provide additional assistance if needed! ✨ Thank you for contributing to Ultralytics! 🚀 |
🎉 Your PR has been merged! Thank you so much, @glenn-jocher and @asabri97, for your sharp attention to detail and commitment to excellence. Fixing the |
* Fix spelling in Main.storyboard @asabri97 @john-rocky FYI Ultralytics Actions found a typo here, I think "forcus" -> "focus". https://github.com/ultralytics/yolo-ios-app/actions/runs/12098109948/job/33734235835 Please check these directly in your repos in the future, thank you! ``` Run codespell \ ./YOLO/Main.storyboard:297: forcus ==> focus, forces ./YOLO/ViewController.swift:43: forcus ==> focus, forces ``` Signed-off-by: Glenn Jocher <[email protected]> * Update ViewController.swift Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]>
@asabri97 @john-rocky FYI Ultralytics Actions found a typo here, I think "forcus" -> "focus"?
https://github.com/ultralytics/yolo-ios-app/actions/runs/12098109948/job/33734235835
Please check these directly in your repos in the future, thank you!
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Fixed a typo in variable naming for improved code readability in the YOLO iOS app. 🛠️🐛
📊 Key Changes
forcus
tofocus
inMain.storyboard
andViewController.swift
.🎯 Purpose & Impact