Skip to content

Commit 075aebd

Browse files
sayborasbrianterry
authored andcommitted
Fixed typo in template (#112)
1 parent 15659dc commit 075aebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/github-repo/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (r *Handler) List(req handler.Request) handler.ProgressEvent {
3636
return wrap(req, resource.List)
3737
}
3838

39-
// main is the entry point of the applicaton.
39+
// main is the entry point of the application.
4040
func main() {
4141
cfn.Start(&Handler{})
4242
}

python/rpdk/go/templates/main.go.tple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (r *Handler) {{ method }}(req handler.Request) handler.ProgressEvent {
2323
}
2424
{% endfor %}
2525

26-
// main is the entry point of the applicaton.
26+
// main is the entry point of the application.
2727
func main() {
2828
cfn.Start(&Handler{})
2929
}

0 commit comments

Comments
 (0)