Skip to content

Commit 63db3e8

Browse files
committed
fix: extra asterisks
1 parent ba3511e commit 63db3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/advanced_web_scraping/tips_and_tricks_robustness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Make sure your [CSS selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/
106106
- Use element attributes with the **lowest probability of a future change**.
107107
- Completely **avoid or strip** selectors of values that are clearly **random**.
108108
- Completely **avoid or strip** selectors of values that are clearly **flexible**.
109-
- **Extend low-specificity** selectors to reduce the probability of **collisions****.
109+
- **Extend low-specificity** selectors to reduce the probability of **collisions**.
110110

111111
Below is an example of stripping away too-specific parts of a selector that are likely random or subject to change.
112112

0 commit comments

Comments
 (0)