Skip to content

Commit 9f05d0a

Browse files
committed
Merge pull request #159 from pra85/patch-1
Fix a typo
2 parents cbd3415 + 17f2695 commit 9f05d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/behaviors/api.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ type : 'UI Behavior'
234234
})
235235
;
236236
</div>
237-
<p>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 <code>query</code> behavior</p>
237+
<p>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 <code>query</code> behavior</p>
238238
<div class="code" data-demo="true">
239239
// set-up API button with events
240240
$('.follow.button')

0 commit comments

Comments
 (0)