We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b38da8 commit a84bea7Copy full SHA for a84bea7
transferreversal/client.go
@@ -54,7 +54,7 @@ func Get(id string, params *stripe.TransferReversalParams) (*stripe.TransferReve
54
func (c Client) Get(id string, params *stripe.TransferReversalParams) (*stripe.TransferReversal, error) {
55
if params == nil {
56
return nil, fmt.Errorf(
57
- "params cannnot be nil, and params.Transfer must be set",
+ "params cannot be nil, and params.Transfer must be set",
58
)
59
}
60
path := stripe.FormatURLPath(
0 commit comments