diff --git a/docs/docs/integrations/tools/playwright.ipynb b/docs/docs/integrations/tools/playwright.ipynb index bf397c74236..e09f4e79cd2 100644 --- a/docs/docs/integrations/tools/playwright.ipynb +++ b/docs/docs/integrations/tools/playwright.ipynb @@ -101,7 +101,7 @@ "source": [ "## Instantiating a Browser Toolkit\n", "\n", - "It's always recommended to instantiate using the `from_browser` method so that the " + "It's always recommended to instantiate using the from_browser method so that the browser context is properly initialized and managed, ensuring seamless interaction and resource optimization." ] }, {