Skip to content

Commit f3e5cfc

Browse files
committed
Fix outdated snakeCase method name
1 parent 0724815 commit f3e5cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class AwesomeSpiderWithPage(scrapy.Spider):
164164
* In order to avoid memory issues, it is recommended to manually close the page
165165
by awaiting the `Page.close` coroutine.
166166
* Any network operations resulting from awaiting a coroutine on a `Page` object
167-
(`goto`, `goBack`, etc) will be executed directly by Playwright, bypassing the
167+
(`goto`, `go_back`, etc) will be executed directly by Playwright, bypassing the
168168
Scrapy request workflow (Scheduler, Middlewares, etc).
169169

170170

0 commit comments

Comments
 (0)