-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 typo in html tag #10990
Fix typo in html tag #10990
Conversation
fixed the typo in hr tag.
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. |
This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here: |
I resolved the error in line 74 of public/404.html.
Codecov Report
@@ Coverage Diff @@
## main #10990 +/- ##
==========================================
+ Coverage 82.33% 82.45% +0.11%
==========================================
Files 98 98
Lines 5990 5990
==========================================
+ Hits 4932 4939 +7
+ Misses 1058 1051 -7
|
This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Ishhha , the only change required is that of line 44.
Kindly undo the change in line 74 (remove the semi-colon you added before the equals sign)
Thanks.
Code Climate has analyzed commit bac65c7 and detected 0 issues on this pull request. View more on Code Climate. |
@kachifako Can u please check it now and give me the feedback? |
This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here: |
Hi @Ishhha was this PR raised as an issue? |
Thanks @on2onyekachi. One last correction and you're good @Ishhha. Remove "fixes#10989" from the title. |
@kachifako Yeah, thanks The self-closing tags with the backslash I thought it's a followed pattern. 'cause I have seen a lot of self-closing tags with backslash probably in some HTML files also in the codebase. will be great to raise them up as an issue too? @TildaDares |
@on2onyekachi It’s a great idea but it’d be better to do all of the changes in one issue since it’s a really small change. |
I have corrected the title @kachifako. I think you can merge the PR now. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @Ishhha!!!
Thanks for reviewing @on2onyekachi, @kachifako!! |
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Congratulations @Ishhha 🎉 |
Thank you :) |
Hi @Ishhha, you can take a look at the infragram site and look for issues to work on. |
Okay Thanks @TildaDares . It has been handled by @kachifako |
Thank you❤ @TildaDares. I am starting to search and create new issues to work on. :) |
I fixed the typo in hr tag in line 44 in public/404.html.
fixes #10989