Skip to content

Commit 8737d74

Browse files
committed
Fix typos
1 parent 4dccc7a commit 8737d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PAC scripts for proxies
1515
获取方式:[本仓库的 Releases](https://github.com/iBug/pac/releases/latest)
1616

1717
- `pac-<name>.txt` 包含从数据源 `<name>` 获取的 IP 地址列表(白名单)
18-
- `pad-gfwlist-<name>.txt` 在 IP 白名单的基础上添加了 GFWList 的匹配
18+
- `pac-gfwlist-<name>.txt` 在 IP 白名单的基础上添加了 GFWList 的匹配
1919

2020
本代码是为 Shadowsocks Windows 4.1.9 及以上版本设计的,若要在旧版本或使用其他代理软件中使用,请手动修改文件第 5 行 `__PROXY__` 为你的代理地址,详情见 [shadowsocks-windows#2761](https://github.com/shadowsocks/shadowsocks-windows/issues/2761)
2121

release-info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def main():
2929

3030
# Produce the markdown
3131
with open(RELEASE_MARKDOWN_PATH, "w") as f:
32-
body = "This is an automatic release created from [GitHub Actions run {}](https://github.com/{}/actions/runs/{}) on {},".format(
32+
body = "This is an automatic release created from [GitHub Actions run {}](https://github.com/{}/actions/runs/{}) on {}.".format(
3333
os.environ["GITHUB_RUN_NUMBER"],
3434
os.environ["GITHUB_REPOSITORY"],
3535
os.environ["GITHUB_RUN_ID"],

0 commit comments

Comments
 (0)