mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 23:53:01 +08:00
DOCS: Typo dnscontrol
= DNSControl
(#2005)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
9e4deb382c
commit
6cc260ee17
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ is to node's `require()`. After all, the reason node.js calls it
|
|||
"require" is because it's a declarative statement saying the file is
|
||||
needed, and so should be loaded if it hasn't already been loaded.
|
||||
|
||||
In contrast, dnscontrol's require is actually an imperative command to
|
||||
In contrast, DNSControl's `require()` is actually an imperative command to
|
||||
load the file and execute the code or parse the data from it. (So if
|
||||
two files both `require("./tools.js")`, for example, then it will be
|
||||
loaded twice, whereas in node.js it would only be loaded once.)
|
||||
|
|
Loading…
Reference in a new issue