Skip to content

Commit e970376

Browse files
authored
docs: fix typos (#6286)
1 parent 9119ae6 commit e970376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: verdaccio/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ web:
1515
title: Verdaccio
1616
# comment out to disable gravatar support
1717
# gravatar: false
18-
# by default packages are ordercer ascendant (asc|desc)
18+
# by default packages are ordered ascending (asc|desc)
1919
# sort_packages: asc
2020

2121
# auth:
@@ -53,9 +53,9 @@ packages:
5353
# if package is not available locally, proxy requests to 'npmjs' registry
5454
proxy: npmjs
5555

56-
# You can specify HTTP/1.1 server keep alive timeout in seconds for incomming connections.
56+
# You can specify HTTP/1.1 server keep-alive timeout in seconds for incoming connections.
5757
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
58-
# WORKAROUND: Through given configuration you can workaround following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enought.
58+
# WORKAROUND: Through given configuration you can work around the following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.
5959
server:
6060
keepAliveTimeout: 60
6161

0 commit comments

Comments
 (0)