那里好脏不可以

Results 17 issues of 那里好脏不可以

**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line). Specifically quoting these guidelines regarding typos: > Typos? > > Please don't worry about minor...

for second edition

When I read Koa's source, I noticed some typo errors in JSDoc and documentation, so I tried to fix them.

### Describe the bug 在镜像文档中,表格的格式出现了问题,其中一个参考链接请看[这里](https://antv-g6.gitee.io/zh/examples/tree/customItemTree#customTree) 。 下面是图: 我原以为是文档格式出了问题,结果官方文档是正常的,对应的链接在[这里](https://g6.antv.vision/zh/examples/tree/customItemTree#customTree)。 下面是图: 辛苦帮忙排查一下。 ### Your Example Website or App -- ### Steps to Reproduce the Bug or Issue -- ### Expected behavior --...

I've noticed that there are already some PRs that do something similar to me, but they've only committed a few files. I checked all the files in the project and...

See https://github.com/vuejs/vue-next/issues/3231 。 When we use template, we often need to use indentation to ensure the formatting and readability of the content, also includes pug / jade。 ```html div hello...

feat: sfc

1. No any files can match `[test/cases/parsing/bom/bomfile.{css,js}]` rule, so I remove it. 2. About `[*.md]`, the first rule `insert_final_newline = true` is repeated as above, the second `trim_trailing_whitespace = false`,...

In HTTP request, if the port is default (http -> 80, https -> 443), the port of url can be optional. And in the [source code](https://github.com/nxtedition/node-http2-proxy/blob/master/compat.js#L82), it also handles scenarios...