Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferueda committed Dec 2, 2022
1 parent 1a6e6a3 commit ae8538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ recoveries, err := client.Recovery.ListAll(ctx, nil)
```

### Workout Service
Get a single single workout activity record for the specified id.
Get a single workout activity record for the specified id.
```go
workout, err := client.Workout.GetOne(ctx, 1)
```
Expand Down

0 comments on commit ae8538e

Please sign in to comment.