diff --git a/docs/api/base-window.md b/docs/api/base-window.md index 30f2db76fa9d..d1ed1a82d0c0 100644 --- a/docs/api/base-window.md +++ b/docs/api/base-window.md @@ -506,13 +506,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()`