diff --git a/docs/modules/pulsar.md b/docs/modules/pulsar.md index 97ea00d2a6..acc9ea4b77 100644 --- a/docs/modules/pulsar.md +++ b/docs/modules/pulsar.md @@ -30,7 +30,7 @@ where the `tt.opts` are the options to configure the container. See the [Contain ## Module Reference -The Redis module exposes one entrypoint function to create the containerr, and this function receives two parameters: +The Pulsar module exposes one entrypoint function to create the containerr, and this function receives two parameters: ```golang func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*Container, error)