Fix missing word (#11868)

- **Description:** added one missing word to a doc, 
  - **Dependencies:** N/A
This commit is contained in:
DJZevenbergen 2023-10-16 17:10:31 -07:00 committed by GitHub
parent 9fdf1059a4
commit 8bb8c56f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@
"source": [ "source": [
"### Run the web scraper w/ BeautifulSoup\n", "### Run the web scraper w/ BeautifulSoup\n",
"\n", "\n",
"As shown above, we'll using `BeautifulSoupTransformer`." "As shown above, we'll be using `BeautifulSoupTransformer`."
] ]
}, },
{ {
@ -661,4 +661,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 5 "nbformat_minor": 5
} }