From 6a58397a6b04f5af0928bf70c6fbb97c211eff91 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Mon, 8 May 2017 13:36:29 +0200 Subject: [PATCH] Typo: 'consturct' --> 'construct' (#117) --- docs/js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +