mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-14 00:54:24 +08:00
Typo: 'consturct' --> 'construct' (#117)
This commit is contained in:
parent
5cad1c3513
commit
6a58397a6b
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ layout: default
|
||||||
|
|
||||||
# Javascript DSL
|
# Javascript DSL
|
||||||
|
|
||||||
DNSControl uses javascript as its primary input language to provide power and flexibility to configure your domains. The ultimate purpose of the javascript is to consturct a
|
DNSControl uses javascript as its primary input language to provide power and flexibility to configure your domains. The ultimate purpose of the javascript is to construct a
|
||||||
[DNSConfig](https://godoc.org/github.com/StackExchange/dnscontrol/models#DNSConfig) object that will be passed to the go backend and operated on.
|
[DNSConfig](https://godoc.org/github.com/StackExchange/dnscontrol/models#DNSConfig) object that will be passed to the go backend and operated on.
|
||||||
|
|
||||||
{% include funcList.md title="Top Level Functions" dir="global" %}
|
{% include funcList.md title="Top Level Functions" dir="global" %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue