diff --git a/packages/tools/examples/colorbar/index.ts b/packages/tools/examples/colorbar/index.ts index 7459932926..5ae52ef116 100644 --- a/packages/tools/examples/colorbar/index.ts +++ b/packages/tools/examples/colorbar/index.ts @@ -122,8 +122,8 @@ const viewportsInfo = [ // ======== Set up page ======== // setTitleAndDescription( - 'Color Bar', - 'Interactive color bar that can be used to manipulate the VOI' + 'Colorbar', + 'Interactive colorbar that can be used to manipulate the VOI' ); const content = document.getElementById('content');