diff --git a/docs/js.md b/docs/js.md index bad36630c..fc7d50618 100644 --- a/docs/js.md +++ b/docs/js.md @@ -4,7 +4,7 @@ layout: default # 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. {% include funcList.md title="Top Level Functions" dir="global" %} @@ -25,4 +25,4 @@ DNSControl uses javascript as its primary input language to provide power and fl f(); $(window).on('hashchange',f); }) - \ No newline at end of file +