From 122bface9668ea325203426f31ba037ce29d8698 Mon Sep 17 00:00:00 2001 From: Richard Collette Date: Tue, 23 May 2017 22:04:10 -0400 Subject: [PATCH] fix another typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd6c89..6f686f7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This appender utilizes [System.Collections.Concurrent.BlockingCollection(T)](htt The default queue size is 1000 messages. If the queue fills as a result of the rate of message creation exceeding the rate of appending, threads creating messages will block, as they would if they were not using the ParallelForwardingAppender. -Configuration wraps one of more appenders as shown in the following configuration example: +Configuration wraps one or more appenders as shown in the following configuration example: ...