diff --git a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs
index ff553b7795a..694fdbd82a7 100644
--- a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs
+++ b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs
@@ -53,7 +53,7 @@ public class OtlpExporterOptions
public ExportProcessorType ExportProcessorType { get; set; } = ExportProcessorType.Batch;
///
- /// Gets or sets the BatchExportProcessor options. Ignored unless ExportProcessorType is BatchExporter.
+ /// Gets or sets the BatchExportProcessor options. Ignored unless ExportProcessorType is Batch.
///
public BatchExportProcessorOptions BatchExportProcessorOptions { get; set; } = new BatchExportProcessorOptions();
}