Bug 1378345 - Fix a typo in experiments.rst. r?chutten draft
authorAlessio Placitelli <alessio.placitelli@gmail.com>
Wed, 05 Jul 2017 15:04:10 +0200
changeset 604172 220be073b82d16baa35a072a11af96b39efabeb0
parent 604170 211d4dd61025c0a40caea7a54c9066e051bdde8c
child 636108 9245bb198b4f086c68fd6ff23246bcab0413a54b
push id66980
push useralessio.placitelli@gmail.com
push dateWed, 05 Jul 2017 13:04:38 +0000
reviewerschutten
bugs1378345
milestone56.0a1
Bug 1378345 - Fix a typo in experiments.rst. r?chutten MozReview-Commit-ID: Aqsr1gc1Yvh
toolkit/components/telemetry/docs/collection/experiments.rst
--- a/toolkit/components/telemetry/docs/collection/experiments.rst
+++ b/toolkit/components/telemetry/docs/collection/experiments.rst
@@ -32,9 +32,9 @@ This synchronously returns a dictionary 
 
     Both ``setExperimentActive`` and ``setExperimentInactive`` trigger a new subsession. However
     the latter only does so if there was an active experiment with the provided ``id``.
 
 Limits and restrictions
 -----------------------
 To prevent abuses, the content of both the experiment ``id`` and ``branch`` is limited to
 100 characters in length.
-``type`` is limited to a lenght of 20 characters.
+``type`` is limited to a length of 20 characters.