From 400889bcb6fcafb49b5866f69b73594449e69b06 Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Thu, 23 Dec 2021 03:49:53 -0500
Subject: [PATCH] fix typo
---
static/articles/server-traffic-shaping.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html
index da576f13..d73f5bb2 100644
--- a/static/articles/server-traffic-shaping.html
+++ b/static/articles/server-traffic-shaping.html
@@ -61,7 +61,7 @@
This article was motivated by the serious lack of up-to-date information on this
topic elsewhere. It's very easy to implement on modern Linux kernels and the results
- and impressive from extremely simple test cases to heavily loaded servers.
+ are impressive from extremely simple test cases to heavily loaded servers.