diff --git a/examples/tab-context.html b/examples/tab-context.html
index c7e4324a05..33edfd13c0 100644
--- a/examples/tab-context.html
+++ b/examples/tab-context.html
@@ -45,7 +45,7 @@
return {
render: function () {
return {
- type: "bi.button",
+ type: "bi.label",
text: store.model.text
};
}