Skip to content

docs: Fix typos in source files and generated comments#192

Open
Nepomuceno wants to merge 1 commit into
masterfrom
fix/typos-issue-186
Open

docs: Fix typos in source files and generated comments#192
Nepomuceno wants to merge 1 commit into
masterfrom
fix/typos-issue-186

Conversation

@Nepomuceno

Copy link
Copy Markdown
Member

Summary

  • Fixed typo resorceresource in main.go comment (line 28)
  • Fixed typo recomendationsrecommendations in templates/main.tmpl (line 59)
  • Also fixed based inbased on for better grammar
  • Regenerated main.tf with corrected comments

Non-Breaking

These are comment-only changes in source files. The generated Terraform files have the typo fix in the comment, but this does not affect any module behavior or outputs.

Closes #186

- Fix 'resorce' → 'resource' in main.go comment (line 28)
- Fix 'recomendations' → 'recommendations' in templates/main.tmpl (line 59)
- Also fixed 'based in' → 'based on' for better grammar
- Regenerated main.tf with corrected comments

Closes #186
Copilot AI review requested due to automatic review settings December 29, 2025 22:21
@Nepomuceno Nepomuceno added this to the 0.5 milestone Dec 29, 2025

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects spelling and grammar errors in comments across source files and regenerated templates. The changes are purely cosmetic, affecting only documentation and comments without any impact on functionality or behavior.

  • Fixed spelling error recomendationsrecommendations in template and generated file
  • Fixed grammar based inbased on for proper English usage
  • Fixed spelling error resorceresource in Go source comment

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
templates/main.tmpl Corrected spelling and grammar in comment documenting naming conventions
main.tf Regenerated file reflecting the template comment corrections
main.go Fixed typo in struct documentation comment

Review Status: ✅ No issues found

All typo corrections are accurate and the changes are limited to comments only as described. The regenerated main.tf file correctly reflects the template changes. This is a clean documentation improvement with no functional impact.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Fix typos and improve code comments

2 participants