Skip to content
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

Typo Update profile.go #1321

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Typo Update profile.go #1321

merged 1 commit into from
Nov 22, 2024

Conversation

0xbryer
Copy link
Contributor

@0xbryer 0xbryer commented Nov 19, 2024

Description:
This pull request addresses the following spelling errors in the code:

  1. In the comment at the beginning of the file:

    • Corrected "profiile" to "profile".
  2. In the description of the Profile structure:

    • Corrected "profiile" to "profile".

Importance:
These spelling mistakes, although minor, could cause confusion for developers reading the code, especially those who may not be familiar with the structure or who rely on accurate documentation. Consistent and accurate spelling is crucial for maintaining clarity and professionalism in code comments and documentation.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I did not modify files generated from templates
  • golangci-lint does not output errors locally
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@CLAassistant
Copy link

CLAassistant commented Nov 19, 2024

CLA assistant check
All committers have signed the CLA.

@ivokub ivokub changed the base branch from master to fix/typos-v0.12 November 22, 2024 12:25
Copy link
Collaborator

@ivokub ivokub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! I'll merge it to the fix/typos-v0.12 branch for now which will be merged before the next release (either 0.11.1 or 0.12). There are some other PRs open and we'd like to avoid individual merge conflicts.

@ivokub ivokub merged commit 64fba1b into Consensys:fix/typos-v0.12 Nov 22, 2024
ivokub pushed a commit that referenced this pull request Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants