From 29f493f20be19e74fbffd3a0b0983821b247c067 Mon Sep 17 00:00:00 2001 From: Joshua MacDonald Date: Thu, 19 Dec 2024 10:27:23 -0800 Subject: [PATCH] Typo --- docs/rfcs/batching-process-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/batching-process-design.md b/docs/rfcs/batching-process-design.md index 0df108be185..9830373e8c7 100644 --- a/docs/rfcs/batching-process-design.md +++ b/docs/rfcs/batching-process-design.md @@ -5,7 +5,7 @@ so that the batchprocessor and exporterhelper-based batch_sender have similar be ## Motivation -We are motivated, first, to have consistent behavior across two forms of batching process: (1) `batchprocessor`, and (2) `exporterhelper/internal/batch_sender`. Today, these two core components exhibit diferent behaviors. +We are motivated, first, to have consistent behavior across two forms of batching process: (1) `batchprocessor`, and (2) `exporterhelper/internal/batch_sender`. Today, these two core components exhibit different behaviors. Second, to establish conditions and requirements for error transmission, tracing instrumentation, and concurrency from these components.