Skip to content

Commit 61390fe

Browse files
sylfabreLctrs
andauthored
Update docs/concepts.md
Co-Authored-By: Lctrs <[email protected]>
1 parent 124679b commit 61390fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The library consist of several components. The components could be used independ
1111
The transport is the underlying vendor-specific library that provides the queuing features: a way for programs to create, send, read messages.
1212
Based on [queue interop](https://github.com/queue-interop/queue-interop) interfaces. Use transport directly if you need full control or access to vendor specific features.
1313

14-
The most famous transports are [RabbitMQ](transport/amqp_lib.md), [Amazon SQS](transport/sqs.md), [Redis](transport/redis.md), [Filesyste](transport/filesystem.md).
14+
The most famous transports are [RabbitMQ](transport/amqp_lib.md), [Amazon SQS](transport/sqs.md), [Redis](transport/redis.md), [Filesystem](transport/filesystem.md).
1515

1616
- *connection factory* creates a connection to the vendor service with vendor-specific config.
1717
- *context* provides the Producer, the Consumer and helps creates Messages. It is the most commonly used object and an implementation of [abstract factory](https://en.wikipedia.org/wiki/Abstract_factory_pattern) pattern.

0 commit comments

Comments
 (0)