Move Full stop out of "Learn More." Link in "app/assets/javascripts/vue_merge_request_widget/components/states/ready_to_merge.vue"
Please note, this issue is designed for first time contributors and part of this course that is under construction. Please do not complete this issue unless it is your first contribution to GitLab.
Within app/assets/javascripts/vue_merge_request_widget/components/states/ready_to_merge.vue there is one (or more) instances of a "Learn More." link where the full stop is within the hyperlink whereas it should be outside of the link.
In most cases, the code needs to be changed from something like:
... %{linkStart}Learn more.%{linkEnd}"...
to
... %{linkStart}Learn more%{linkEnd}."...