mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
docs: remove stale example and standardize DevTools capitalization (#49321)
* docs: remove stale example and standardize `DevTools` capitalization * Update docs/api/web-contents.md Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com> --------- Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>
This commit is contained in:
@@ -612,7 +612,7 @@ Returns `string` - The current application directory.
|
||||
may backup this directory to cloud storage.
|
||||
* `sessionData` The directory for storing data generated by `Session`, such
|
||||
as localStorage, cookies, disk cache, downloaded dictionaries, network
|
||||
state, devtools files. By default this points to `userData`. Chromium may
|
||||
state, DevTools files. By default this points to `userData`. Chromium may
|
||||
write very large disk cache here, so if your app does not rely on browser
|
||||
storage like localStorage or cookies to save user data, it is recommended
|
||||
to set this directory to other locations to avoid polluting the `userData`
|
||||
|
||||
Reference in New Issue
Block a user