Skip to content

Commit 27fe57f

Browse files
authored
Merge pull request #23 from NetOperatorWibby/patch-1
Minor typo fix
2 parents c592910 + 5bf4067 commit 27fe57f

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
@@ -30,7 +30,7 @@ node-named provides helper functions for creating DNS records.
3030
The records are available under 'named.record.NAME' where NAME is one
3131
of ['A', 'AAAA', 'CNAME', 'SOA', 'MX', 'NS', 'TXT, 'SRV']. It is important to
3232
remember that these DNS records are not permanently added to the server.
33-
They only exist fo the length of the particular request. After that, they are
33+
They only exist for the length of the particular request. After that, they are
3434
destroyed. This means you have to create your own lookup mechanism.
3535
```javascript
3636
var named = require('node-named');

0 commit comments

Comments
 (0)