docs: ensure that optionality matches between documented params and signatures (#18613)

* docs: ensure that optionality matches between documented params and signatures

* docs: ensure that all optional declarations are lower case

* chore: fix broken link
This commit is contained in:
Samuel Attard
2019-06-04 14:03:24 -07:00
committed by GitHub
parent 69e32ad9ce
commit f80601da16
14 changed files with 127 additions and 33 deletions

View File

@@ -52,7 +52,7 @@ as soon as they receive the EnableRecording request.
If a recording is already running, the promise will be immediately resolved, as
only one trace operation can be in progress at a time.
### `contentTracing.stopRecording(resultFilePath)`
### `contentTracing.stopRecording([resultFilePath])`
* `resultFilePath` String (optional)