Skip to content

Commit d06a280

Browse files
authored
Merge pull request #141 from javiereguiluz/patch-1
Minor fixes in the README
2 parents 441fb2b + 6f04af5 commit d06a280

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ issues known issues that are not presently on the roadmap:
202202
- PLAINTEXT: Unsupported.
203203
- Adoption Agency Algorithm: Not yet implemented. (8.2.5.4.7)
204204

205-
##XML Namespaces
205+
## XML Namespaces
206206

207207
To use XML style namespaces you have to configure well the main `HTML5` instance.
208208

@@ -219,7 +219,7 @@ $dom->documentElement->namespaceURI; // http://www.example.com
219219
```
220220

221221
You can also add some default prefixes that will not require the namespace declaration,
222-
but it's elements will be namespaced.
222+
but its elements will be namespaced.
223223

224224
```php
225225
use Masterminds\HTML5;
@@ -243,7 +243,7 @@ a list of contributors.
243243

244244
We owe a huge debt of gratitude to the original authors of html5lib.
245245

246-
While not much of the orignal parser remains, we learned a lot from
246+
While not much of the original parser remains, we learned a lot from
247247
reading the html5lib library. And some pieces remain here. In
248248
particular, much of the UTF-8 and Unicode handling is derived from the
249249
html5lib project.

0 commit comments

Comments
 (0)