Skip to content

Commit 359a0d0

Browse files
authored
Merge pull request astaxie#961 from Lcrnice/master
Fix text
2 parents b85b992 + 157dc17 commit 359a0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/03.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Web服务器的工作原理可以简单地归纳为:
2525
URL(Uniform Resource Locator)是“统一资源定位符”的英文缩写,用于描述一个网络上的资源, 基本格式如下
2626

2727
scheme://host[:port#]/path/.../[?query-string][#anchor]
28-
scheme 指定低层使用的协议(例如:http, https, ftp)
28+
scheme 指定底层使用的协议(例如:http, https, ftp)
2929
host HTTP服务器的IP地址或者域名
3030
port# HTTP服务器的默认端口是80,这种情况下端口号可以省略。如果使用了别的端口,必须指明,例如 http://www.cnblogs.com:8080/
3131
path 访问资源的路径

0 commit comments

Comments
 (0)