fixed misspelling (global, collection) (#1299)

Co-authored-by: Tathagata Chakraborty <tathagata.chakraborty97@gmail.com>
This commit is contained in:
Tathagata Chakraborty 2024-01-26 22:25:39 +05:30 committed by GitHub
parent d8354dca14
commit aed1b41da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -164,7 +164,7 @@ const ProxySettings = ({ proxyConfig, onUpdate }) => {
onChange={formik.handleChange}
className="mr-1"
/>
http
HTTP
</label>
<label className="flex items-center ml-4">
<input
@ -175,7 +175,7 @@ const ProxySettings = ({ proxyConfig, onUpdate }) => {
onChange={formik.handleChange}
className="mr-1"
/>
https
HTTPS
</label>
<label className="flex items-center ml-4">
<input
@ -186,7 +186,7 @@ const ProxySettings = ({ proxyConfig, onUpdate }) => {
onChange={formik.handleChange}
className="mr-1"
/>
socks4
SOCKS4
</label>
<label className="flex items-center ml-4">
<input
@ -197,7 +197,7 @@ const ProxySettings = ({ proxyConfig, onUpdate }) => {
onChange={formik.handleChange}
className="mr-1"
/>
socks5
SOCKS5
</label>
</div>
</div>

View File

@ -127,7 +127,7 @@ const ProxySettings = ({ close }) => {
onChange={formik.handleChange}
className="mr-1"
/>
http
HTTP
</label>
<label className="flex items-center ml-4">
<input
@ -138,7 +138,7 @@ const ProxySettings = ({ close }) => {
onChange={formik.handleChange}
className="mr-1"
/>
https
HTTPS
</label>
<label className="flex items-center ml-4">
<input
@ -149,7 +149,7 @@ const ProxySettings = ({ close }) => {
onChange={formik.handleChange}
className="mr-1"
/>
socks4
SOCKS4
</label>
<label className="flex items-center ml-4">
<input
@ -160,7 +160,7 @@ const ProxySettings = ({ close }) => {
onChange={formik.handleChange}
className="mr-1"
/>
socks5
SOCKS5
</label>
</div>
</div>