diff --git a/docs/api/base-window.md b/docs/api/base-window.md index a5a7487ee6bf..b65f2b275f8e 100644 --- a/docs/api/base-window.md +++ b/docs/api/base-window.md @@ -481,13 +481,13 @@ labeled as such. #### `win.setContentView(view)` -* `view` [View](view.md) +* `view` [`View`](view.md) Sets the content view of the window. #### `win.getContentView()` -Returns [View](view.md) - The content view of the window. +Returns [`View`](view.md) - The content view of the window. #### `win.destroy()`