Skip to content

Commit c8c6d34

Browse files
authored
fix: correct 'occured' to 'occurred' typo in lab12-tests.md (#1484)
Spelling correction in test documentation for the browser engineering book.
1 parent 6b2ea9e commit c8c6d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lab12-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The Tab has already committed:
4646
>>> len(browser.active_tab_display_list)
4747
1
4848

49-
But no raster or draw should have occured, because that is the responsibility
49+
But no raster or draw should have occurred, because that is the responsibility
5050
of the Browser event loop, which we are running manually in this test.
5151

5252
>>> browser.tab_surface == None

0 commit comments

Comments
 (0)