diff --git a/docs/content/reference/ruby-go-changes.md b/docs/content/reference/ruby-go-changes.md
index 1b1abc8198f4..41cec6dd2745 100644
--- a/docs/content/reference/ruby-go-changes.md
+++ b/docs/content/reference/ruby-go-changes.md
@@ -81,7 +81,7 @@ resource "google_pubsub_topic" "{{$.PrimaryResourceId}}" {
 }
 ```
 
-## Advanced: MMv1-specifc generator command
+## Advanced: MMv1-specific generator command
 
 Most contributors should use the make commands referenced in [make-commands](https://googlecloudplatform.github.io/magic-modules/reference/make-commands/) reference page to generate the downstream `google` and `google-beta` providers. The input for these commands have not changed, and have already been correctly switched over to use the new Go engine.
 
@@ -102,4 +102,4 @@ go run . --output <output directory> --version <version> --provider <MMv1 provid
 ## Advanced: MMv1 generator code locations
 
 Most previous Ruby compiler code has parallel Go code placed the same file locations.
-For example, the Go replacements for `mmv1/compiler.rb` and `mmv1/provider/terraform.rb` are `mmv1/main.go` and `mmv1/provider/terraform.go` respectively.
\ No newline at end of file
+For example, the Go replacements for `mmv1/compiler.rb` and `mmv1/provider/terraform.rb` are `mmv1/main.go` and `mmv1/provider/terraform.go` respectively.