Skip to content

Commit e2b25ec

Browse files
committed
Fix spelling issues
1 parent 88c81e3 commit e2b25ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/utils/cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@
176176
"expandmapconverter",
177177
"expandvar",
178178
"expoerterhelper",
179+
"exporterbatch",
180+
"exporterbatcher",
179181
"exporterheleper",
180182
"exporterhelper",
181183
"exporterhelperprofiles",

CHANGELOG-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG
2929
- `exporterhelper`: Deprecate BatcherConfig, SizeConfig and WithBatcher in favor of the new QueueBatchConfig. (#12748)
3030
- `exporterbatcher`: Deprecated Config, SizeConfig, SizerType, SizerType[Requests|Items|Bytes], NewDefaultConfig. Use alias from exporterhelper. (#12707)
3131
- `exporterqueue`: Deprecated Config, NewDefaultConfig, Encoding, ErrQueueFull. Use alias from exporterhelper. (#12706)
32-
- `exporterhelper`: Deprecate exportehelper WithRequestQueue in favor of WithQueueBatch (#12679)
32+
- `exporterhelper`: Deprecate exporterhelper WithRequestQueue in favor of WithQueueBatch (#12679)
3333
- `exporterhelper`: Deprecate `QueueConfig` in favor of `QueueBatchConfig`. (#12746)
3434

3535
### 💡 Enhancements 💡

0 commit comments

Comments
 (0)