Skip to content

Commit 0406fcb

Browse files
authored
docs: Fix serialization/index.md wording and syntax (#2277)
1 parent d6c5a57 commit 0406fcb

File tree

1 file changed

+2
-2
lines changed
  • docs/docs/en/getting-started/serialization

1 file changed

+2
-2
lines changed

docs/docs/en/getting-started/serialization/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Before the message reaches your subscriber, **FastStream** applies two functions
2121
At this stage, **FastStream** serializes an incoming message from the broker's framework into a general format called - **StreamMessage**. During this stage, the message body remains in the form of raw bytes.
2222

2323
!!! warning ""
24-
This stage is closely related to the features of the broker used, and in most cases, redefining it is not necessary.
24+
This stage is closely related to the features of the used broker, and in most cases, redefining it is not necessary. Redefine it, only if you know what you are doing.
2525

26-
The parser declared at the `broker` level will be applied to all subscribers. The parser declared at the `subscriber` level is applied only to that specific subscriber and overrides the `broker' parser if specified.
26+
The parser declared at the `broker` level will be applied to all subscribers. The parser declared at the `subscriber` level is applied only to that specific subscriber and overrides the `broker`'s parser if specified.
2727

2828
### Message Decoding
2929

0 commit comments

Comments
 (0)