Skip to content
Snippets Groups Projects
Commit e3067ac7 authored by Yijie Deng's avatar Yijie Deng
Browse files

Fix typo chapter6-exercise-class-selectors-tests.md

parent c7eb0e52
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ If you’ve implemented them correctly, you should see code blocks in this book
... val = pairs[key]
... print(f" {key}: {val}")
To do this you will need to add a new class called `ClasSelector` to perform
To do this you will need to add a new class called `ClassSelector` to perform
the matching.
>>> browser.ClassSelector("b").matches(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment