diff --git a/docs/derivations/zio-test-gen-derivation.md b/docs/derivations/zio-test-gen-derivation.md index 66de50f3b..b46f53774 100644 --- a/docs/derivations/zio-test-gen-derivation.md +++ b/docs/derivations/zio-test-gen-derivation.md @@ -18,7 +18,7 @@ libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % @VERSION@ ## DriveGen -The `DriveGen` inside `zio.schema` package provides the `gen` operator which takes a `Schmea[A]` implicitly and returns a `Gen[Sized, A]`: +The `DriveGen` inside `zio.schema` package provides the `gen` operator which takes a `Schema[A]` implicitly and returns a `Gen[Sized, A]`: ```scala object DeriveGen {