From 98dad28c5287cbfcfc31ae7d8ce5d95119462a8b Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Wed, 25 May 2022 18:05:11 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc77f34..96e723a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Add a new tab and returns the related `Tab` instance. * `ready`: a callback function to call once the tab is ready. The `Tab` instance is passed as the only parameter. * `webviewAttributes`: attributes to add to the webview tag. See [webview documentation](http://electron.atom.io/docs/api/web-view-tag/#tag-attributes). -### `tabGroup.setDefaultTab(options)` +#### `tabGroup.setDefaultTab(options)` Define default options to use for creating the tab when the "New Tab" button is clicked or when calling `tabGroup.addTab()` with no parameter.