Fix typo in docs (#753)

This commit is contained in:
Sönke Hahn
2021-09-01 00:29:08 -06:00
committed by GitHub
parent 65df87ad6c
commit a7f9cf2afa
+1 -1
View File
@@ -13,7 +13,7 @@ use std::{
use tower_layer::Layer;
use tower_service::Service;
/// A gRPC incerceptor.
/// A gRPC interceptor.
///
/// gRPC interceptors are similar to middleware but have less flexibility. An interceptor allows
/// you to do two main things, one is to add/remove/check items in the `MetadataMap` of each