We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d3d99 commit bca7167Copy full SHA for bca7167
CHANGELOG.md
@@ -22,7 +22,7 @@
22
23
- Compatibility with the latest htmlquery package
24
- New request shortcut for HEAD requests
25
- - Check URL availibility before visiting
+ - Check URL availability before visiting
26
- Fix proxy URL value
27
- Request counter fix
28
- Minor fixes in examples
debug/webdebugger.go
@@ -22,7 +22,7 @@ import (
"time"
)
-// WebDebugger is a web based debuging frontend for colly
+// WebDebugger is a web based debugging frontend for colly
type WebDebugger struct {
// Address is the address of the web server. It is 127.0.0.1:7676 by default.
Address string
0 commit comments