Closed
Description
What article on docs.github.com is affected?
https://docs.github.com/cn/free-pro-team@latest/actions/quickstart
What part(s) of the article would you like to see updated?
There's a line
从 GitHub 上的仓库,在 .github/workflow 目录中创建一个名为 superlinter.yml 的新文件。 更多信息请参阅“创建新文件”。
It should be
从 GitHub 上的仓库,在 .github/workflows 目录中创建一个名为 superlinter.yml 的新文件。 更多信息请参阅“创建新文件”。
Lack of an s makes great difference
Additional information
None