Skip to content

Commit

Permalink
Fixed typo in ruby-go-changes docs (#11802)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Sep 24, 2024
1 parent cacd388 commit d8975c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/reference/ruby-go-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
For example, the Go replacements for `mmv1/compiler.rb` and `mmv1/provider/terraform.rb` are `mmv1/main.go` and `mmv1/provider/terraform.go` respectively.

0 comments on commit d8975c7

Please sign in to comment.