Skip to content

Commit

Permalink
Correct case of Fastly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Sep 5, 2024
1 parent ce2f72c commit cd46f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastly/service_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ type ActivateVersionInput struct {
ServiceID string
// ServiceVersion is the specific configuration version (required).
ServiceVersion int
// Environment is the fastly environment to activate this version to (optional)
// Environment is the Fastly environment to activate this version to (optional).
Environment string
}

Expand Down Expand Up @@ -220,7 +220,7 @@ type DeactivateVersionInput struct {
ServiceID string
// ServiceVersion is the specific configuration version (required).
ServiceVersion int
// Environment is the fastly environment to deactivate this version from (optional)
// Environment is the Fastly environment to deactivate this version from (optional).
Environment string
}

Expand Down

0 comments on commit cd46f20

Please sign in to comment.