diff options
| author | MHSanaei <33454419+MHSanaei@users.noreply.github.com> | 2023-03-25 19:12:31 +0300 |
|---|---|---|
| committer | MHSanaei <33454419+MHSanaei@users.noreply.github.com> | 2023-03-25 19:12:31 +0300 |
| commit | f0f5163a83498dec87728faa1986130cfefcf51d (patch) | |
| tree | 50691467744ea6115da8bf415ec9ac72f35dc21c /web/html/xui/form/stream | |
| parent | 373628a6a363e383dc9247983f2c0755bdf9f14c (diff) | |
typo fixed
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index 417d1734..3db72fe5 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -8,7 +8,7 @@ <a-select-option value="ws">WS</a-select-option> <a-select-option value="http">HTTP</a-select-option> <a-select-option value="quic">QUIC</a-select-option> - <a-select-option value="grpc">GRPC</a-select-option> + <a-select-option value="grpc">gRPC</a-select-option> </a-select> </a-form-item> </a-form> |
