Skip to content

Commit

Permalink
fix typo in template (Azure#15213)
Browse files Browse the repository at this point in the history
* fix typo in template

* fix gofmt
  • Loading branch information
ArcturusZhang authored and vindicatesociety committed Sep 18, 2021
1 parent 3e86b48 commit 814d942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/generator/autorest/changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type ChangelogContext interface {

// ChangelogProcessor processes the metadata and output changelog with the desired format
type ChangelogProcessor struct {
ctx ChangelogContext
ctx ChangelogContext
}

// NewChangelogProcessorFromContext returns a new ChangelogProcessor
Expand Down
2 changes: 1 addition & 1 deletion tools/generator/template/rpName/packageName/README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `{{packageName}}` module provides operations for working with Azure {{Packag

This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for versioning and dependency management.

Install the Azure AgFood module:
Install the Azure {{PackageTitle}} module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/{{rpName}}/{{packageName}}
Expand Down

0 comments on commit 814d942

Please sign in to comment.