mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	docs(core-concepts.md): fix typo (#2273)
This commit is contained in:
		
							parent
							
								
									74ba03b195
								
							
						
					
					
						commit
						125312f78b
					
				| @ -278,7 +278,7 @@ Playwright's [`ElementHandle`](./api.md#class-elementhandle) extends | |||||||
| [`JSHandle`](./api.md#class-jshandle). | [`JSHandle`](./api.md#class-jshandle). | ||||||
| 
 | 
 | ||||||
| Handles Lifetime: | Handles Lifetime: | ||||||
| - Handles can we be acquired using the page methods [`page.evaluteHandle`](./api.md#pageevaluatehandlepagefunction-arg), [`page.$`](./api.md#pageselector) or [`page.$$`](./api.md#pageselector-1) or | - Handles can be acquired using the page methods [`page.evaluteHandle`](./api.md#pageevaluatehandlepagefunction-arg), [`page.$`](./api.md#pageselector) or [`page.$$`](./api.md#pageselector-1) or | ||||||
|   their frame counterparts [`frame.evaluateHandle`](./api.md#frameevaluatehandlepagefunction-arg), [`frame.$`](./api.md#frameselector) or [`frame.$$`](./api.md#frameselector-1). |   their frame counterparts [`frame.evaluateHandle`](./api.md#frameevaluatehandlepagefunction-arg), [`frame.$`](./api.md#frameselector) or [`frame.$$`](./api.md#frameselector-1). | ||||||
| - Once created, handles will retain object from [garbage collection](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management) | - Once created, handles will retain object from [garbage collection](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management) | ||||||
| - Handles will be **automatically disposed** once the page or frame they belong to navigates or closes. | - Handles will be **automatically disposed** once the page or frame they belong to navigates or closes. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 David Gilbertson
						David Gilbertson