From ae9bc7acf175cdeb9e7be9508e0538673df70e12 Mon Sep 17 00:00:00 2001 From: testing <58134720+testing765@users.noreply.github.com> Date: Sun, 6 Apr 2025 15:35:59 +0300 Subject: [PATCH] documentation: Fix typo Signed-off-by: testing <58134720+testing765@users.noreply.github.com> --- docs/configuration/route/sniff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/route/sniff.md b/docs/configuration/route/sniff.md index 40de038c..3880f790 100644 --- a/docs/configuration/route/sniff.md +++ b/docs/configuration/route/sniff.md @@ -29,7 +29,7 @@ If enabled in the inbound, the protocol and domain name (if present) of by the c | QUIC Client | Type | |:------------------------:|:----------:| -| Chromium/Cronet | `chrimium` | +| Chromium/Cronet | `chromium` | | Safari/Apple Network API | `safari` | | Firefox / uquic firefox | `firefox` | -| quic-go / uquic chrome | `quic-go` | \ No newline at end of file +| quic-go / uquic chrome | `quic-go` |