0

Add missing word in Chromium Flag Guarding Guidelines documentation

Change-Id: I15cb21c4f9d625c5dac89d534dfd820653f3d134
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3980338
Auto-Submit: Alan Cutter <alancutter@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1063817}
This commit is contained in:
Alan Cutter
2022-10-26 15:46:31 +00:00
committed by Chromium LUCI CQ
parent 37a4efba27
commit a2d83dd835

@ -1,7 +1,7 @@
# Chromium Flag Guarding Guidelines
This document describes using [`base::Feature`](/base/feature_list.h) flags which
can be remotely via a server. This applies to both A/B experiments
can be remotely set via a server. This applies to both A/B experiments
([internal link](http://go/finch101)) (disabled by default) and to kill switches
([internal link](http://go/finch-killswitch)) (enabled by default).