Skip to content

Commit

Permalink
Merge pull request #634 from bplommer/patch-1
Browse files Browse the repository at this point in the history
Fix typo in doc
  • Loading branch information
Baccata authored Feb 7, 2023
2 parents 463b3ae + 239361f commit b03d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/global_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ object FailingSharedResources extends GlobalResource {

### Labelling

On the two sides of (production and consumption) of the global resources, it is possible to label the resources with string values, to discriminate between several resources of the same.
On the two sides of (production and consumption) of the global resources, it is possible to label the resources with string values, to discriminate between several resources of the same type.

```scala mdoc
import cats.syntax.all._
Expand Down

0 comments on commit b03d821

Please sign in to comment.