Fix typos and copy-paste errors from comments and examples#11536
Merged
Fix typos and copy-paste errors from comments and examples#11536
Conversation
Member
Author
|
Should we add these to the spell checker? At least with "an" I had some false positives, mostly from "can", but I can probably find a regexp if we want to. |
alecslupu
suggested changes
Aug 29, 2023
Contributor
alecslupu
left a comment
There was a problem hiding this comment.
Great!
I have added some comments, let me know your thoughts.
decidim-assemblies/app/serializers/decidim/assemblies/assembly_serializer.rb
Outdated
Show resolved
Hide resolved
decidim-assemblies/app/serializers/decidim/assemblies/assembly_importer.rb
Outdated
Show resolved
Hide resolved
...im-participatory_processes/app/cells/decidim/participatory_processes/process_group_l_cell.rb
Outdated
Show resolved
Hide resolved
decidim-participatory_processes/app/cells/decidim/participatory_processes/process_g_cell.rb
Outdated
Show resolved
Hide resolved
...im-participatory_processes/app/cells/decidim/participatory_processes/process_group_s_cell.rb
Outdated
Show resolved
Hide resolved
decidim-participatory_processes/app/cells/decidim/participatory_processes/process_s_cell.rb
Outdated
Show resolved
Hide resolved
decidim-conferences/app/commands/decidim/conferences/admin/destroy_partner.rb
Outdated
Show resolved
Hide resolved
Suggested by code review Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
Suggested by code review Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
entantoencuanto
added a commit
that referenced
this pull request
Sep 5, 2023
entantoencuanto
added a commit
that referenced
this pull request
Sep 8, 2023
…gn-staging * fix/activities-block-follow-button: (27 commits) Add tests to follow button in processes and assemblies landing page Add follow button to participatory spaces last activities content block Remove duplication from participatory spaces publications controllers (#11549) Fix the a11y tool icons with redesign (#11175) Remove duplication from amendments events specs (#11553) Remove duplication from elections' user roles forms (#11548) Update Node.js from v16.13.0 to v18.17.1 (#11564) Remove duplication from stats presenters (#11551) Fix Bootsnap configuration (#11483) Remove duplication for add questions specs examples (#11559) Remove duplication from invites queries (#11552) Fix typos and copy-paste errors from comments and examples (#11536) Fix conference venues meetings visibility (#11542) Add recognition to BrowserStack in the README (#11546) Remove unused view hook for `:upcoming_meeting_for_card` (#11543) Remove unused dependency: `wicked` (#11150) Clean-up initiatives signature URLs and methods (#11545) Refactor initiative signing wizard (#10731) Fix Permissions screen on budgets throw errors (#11532) Redesign: read more literal (#11516) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
While reading some code I found a couple of errors in the new Cells comments:
So, this PR fixes them.
Testing
All the comments refer to the thing that should refer in a consistent way without grammar errors 🤓