docs: Fix typos in source files and generated comments#192
Open
Nepomuceno wants to merge 1 commit into
Open
Conversation
- 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
There was a problem hiding this comment.
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
recomendations→recommendationsin template and generated file - Fixed grammar
based in→based onfor proper English usage - Fixed spelling error
resorce→resourcein 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.
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.
Summary
resorce→resourcein main.go comment (line 28)recomendations→recommendationsin templates/main.tmpl (line 59)based in→based onfor better grammarNon-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