Skip to content

Commit be5d108

Browse files
authored
Fix doc formatting for processing guarantees (#396)
1 parent 892535d commit be5d108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring Quix Streams Application
1+
# Configuring Quix Streams Applications
22

33
`quixstreams.Application` class is the main place to configure Quix Streams applications.
44

@@ -37,7 +37,7 @@ See more `auto.offset.reset` in this [article](https://www.quix.io/blog/kafka-au
3737

3838
- **`processing_guarantee`** - Use "at-least-once" or "exactly-once" processing guarantees.
3939
See [Processing Guarantees](#processing-guarantees) for more information.
40-
**Options**: `"at-least-once"` or `"exactly-once".
40+
**Options** - `"at-least-once"` or `"exactly-once"`.
4141
**Default** - `"at-least-once"`.
4242

4343
## Authentication

0 commit comments

Comments
 (0)