Skip to content

Commit bb3cc3f

Browse files
authored
Fix a typo in README.md
1 parent 7ea655f commit bb3cc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ php ./data/import.php
6666
* **getTLD()** - Return only the top-level-domain.
6767
* **getSuffix()** - Return only the public suffix of your domain, for example: co.uk, ac.be, org.il, com, org.
6868
* **getRegisterable()** - Return the registered or registrable domain, which is the public suffix plus one additional label.
69-
* **getName()** - Returns only the regiterable domain name. For example, blog.example.com will return 'example', and demo.co.uk will return 'demo'.
69+
* **getName()** - Returns only the registerable domain name. For example, blog.example.com will return 'example', and demo.co.uk will return 'demo'.
7070
* **getSub()** - Returns the full sub domain path for you domain. For example, blog.example.com will return 'blog', and subdomain.demo.co.uk will return 'subdomain.demo'.
7171
* **isKnown()** - Returns true if public suffix is know and false otherwise.
7272
* **isICANN()** - Returns true if the public suffix is found in the ICANN DOMAINS section of the public suffix list.

0 commit comments

Comments
 (0)