diff --git a/types/backbone.marionette/index.d.ts b/types/backbone.marionette/index.d.ts index 9ffe1460e9..ad623aa078 100644 --- a/types/backbone.marionette/index.d.ts +++ b/types/backbone.marionette/index.d.ts @@ -1272,7 +1272,7 @@ declare namespace Marionette { getRegion(): Region; /** Show a view in the root region */ - showView(view: Backbone.View): void; + showView(view: Backbone.View): void; /** Get the view from the root region*/ getView(): any;