Minor spelling update to metrics-tracing blog post
diff --git a/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md b/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md
index 5b5264c..dbbfaa8 100644
--- a/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md
+++ b/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md
@@ -15,7 +15,7 @@
 
 ## Metrics Example
 
-This example uses a Docker container that contains Telegraf-InfluxDB-Grafana system. We will configure Accumulo to send metrics to the [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) component running in the Docker image. Telegraf will persist the metrics in [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) and then we will visualize the metris using [Grafana](https://grafana.com/). This example assumes that you have installed Docker (or equivalent engine) and have an Accumulo database already installed and initialized. We will be installing some things, modifying the Accumulo configuration, and starting Accumulo.
+This example uses a Docker container that contains Telegraf-InfluxDB-Grafana system. We will configure Accumulo to send metrics to the [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) component running in the Docker image. Telegraf will persist the metrics in [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) and then we will visualize the metrics using [Grafana](https://grafana.com/). This example assumes that you have installed Docker (or equivalent engine) and have an Accumulo database already installed and initialized. We will be installing some things, modifying the Accumulo configuration, and starting Accumulo.
 
 1. Download the Telegraf-Influx-Grafana (TIG) Docker image
 ```