We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f11961 commit 44c3b21Copy full SHA for 44c3b21
get-started/README.md
@@ -233,7 +233,7 @@ func main() {
233
page.MustElement("#searchInput").MustInput("earth")
234
page.MustElement("#search-form > fieldset > button").MustClick()
235
236
- el := page.MustElement("#mw-content-text > div.mw-parser-output > p:nth-child(6)")
+ el := page.MustElement("#mw-content-text > div.mw-parser-output > p:nth-child(7)")
237
fmt.Println(el.MustText())
238
}
239
```
0 commit comments