From 17f26950f870ca17ef5d2d94858d1b55f496f6d5 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 16 Feb 2016 00:27:13 +0530 Subject: [PATCH] Fix a typo Remove extra `the` --- server/documents/behaviors/api.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/behaviors/api.html.eco b/server/documents/behaviors/api.html.eco index 26aff4563..76b9f5ff1 100755 --- a/server/documents/behaviors/api.html.eco +++ b/server/documents/behaviors/api.html.eco @@ -234,7 +234,7 @@ type : 'UI Behavior' }) ; -

Keep in mind passing a new settings object will destroy the previous instance, and all its settings and events. If you want to preserve the previous instance, you can trigger a new request with the the query behavior

+

Keep in mind passing a new settings object will destroy the previous instance, and all its settings and events. If you want to preserve the previous instance, you can trigger a new request with the query behavior

// set-up API button with events $('.follow.button')