From 9e7bcda07de956d82bd27fe7592e825e0fc8e250 Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Fri, 3 Feb 2017 19:11:37 +0530 Subject: [PATCH] corrected typo --- docs/api/content-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/content-tracing.md b/docs/api/content-tracing.md index a1c76d880701..14b4ebfdebc1 100644 --- a/docs/api/content-tracing.md +++ b/docs/api/content-tracing.md @@ -76,7 +76,7 @@ list. Possible options are: * `enable-sampling` * `enable-systrace` -The first 3 options are trace recoding modes and hence mutually exclusive. +The first 3 options are trace recording modes and hence mutually exclusive. If more than one trace recording modes appear in the `traceOptions` string, the last one takes precedence. If none of the trace recording modes are specified, recording mode is `record-until-full`.