doc: Fix small typo in internal/datanode/README.md (#42089)

This PR fixes a minor typo in the README file of the datanode module.
Corrected "imformation" to "information".

Signed-off-by: hckex <33862757+hckex@users.noreply.github.com>
This commit is contained in:
hckex 2025-05-27 11:16:27 +09:00 committed by GitHub
parent 212e17c4c5
commit a20500b3ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,6 @@ DataNode is the component to write insert and delete messages into persistent bl
## Dependency
- KV store: a kv store that persists messages into blob storage.
- Message stream: receive messages and publish imformation
- Message stream: receive messages and publish information
- Root Coordinator: get the latest unique IDs.
- Data Coordinator: get the flush information and which message stream to subscribe.