Fix a spelling mistake in RuntimeEnabledFeatures.md
Change-Id: I83ecd0953930f07be0e5a9aed0f3e826aea656c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3205073
Auto-Submit: Ali Beyad <abeyad@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/main@{#928509}
diff --git a/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md b/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
index 5d2c205..991a77d 100644
--- a/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
+++ b/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
@@ -76,7 +76,7 @@
### Relationship between a Chromium Feature and a Blink Feature
-In some cases, e.g. for finch expeirment, you may need to define a Chromium feature for a blink feature. Their relationship is
+In some cases, e.g. for finch experiment, you may need to define a Chromium feature for a blink feature. Their relationship is
defined in [content/child/runtime_features.cc]. See the [initialize blink features] doc for more details.
**Note:** If a feature is implemented at both Chromium side and blink side, as the blink feature doesn't fully work by itself, we normally don't set the blink feature's status so that the Chromium feature can fully control the blink feature ([example][controlled by chromium feature]).