changed uppercase O to lowercase o (#20546)

no need for an uppercase in this situation
This commit is contained in:
joruchan
2018-10-29 00:27:55 +01:00
committed by Aditya
parent e0f059bae2
commit 6ef37d2e13

View File

@ -39,7 +39,7 @@ A target attribute with the value of “_top” opens the linked document in the
<a href="https://www.freecodecamp.org" target="_top">freeCodeCamp</a>
```
A target attribute with the value of _"framename"_ Opens the linked document in a specified named frame.
A target attribute with the value of _"framename"_ opens the linked document in a specified named frame.
```html
<a href="https://www.freecodecamp.org" target="framename">freeCodeCamp</a>