diff --git a/docs/streams/developer-guide/processor-api.html b/docs/streams/developer-guide/processor-api.html index 90706e508c8..e5bab51be9d 100644 --- a/docs/streams/developer-guide/processor-api.html +++ b/docs/streams/developer-guide/processor-api.html @@ -375,7 +375,7 @@ StoreBuilder<KeyValueStore<String, Long>> countStoreSupplier = Store Stores.persistentKeyValueStore("Counts"), Serdes.String(), Serdes.Long()) - .withLoggingEnabled(changlogConfig); // enable changelogging, with custom changelog settings + .withLoggingEnabled(changelogConfig); // enable changelogging, with custom changelog settings

Timestamped State Stores