Skip to content

Commit 35ff10f

Browse files
theoretickeread
authored andcommitted
Update PROCESS.md - fix grammar
1 parent 262a1ca commit 35ff10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PROCESS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ corresponding exception request to be created.
113113
A level of common sense should be applied when deciding whether to have a feature
114114
behind a feature flag off or on by default.
115115

116-
The following guideliness can be applied to help make this decision:
116+
The following guidelines can be applied to help make this decision:
117117

118118
* If the feature is not fully ready or functioning, the feature flag should be disabled by default.
119119
* If the feature is ready but there are concerns about performance or impact, the feature flag should be enabled by default, but
@@ -125,7 +125,7 @@ For more information on rolling out changes using feature flags, read [through t
125125
In order to build the final package and present the feature for self-hosted
126126
customers, the feature flag should be removed. This should happen before the
127127
22nd, ideally _at least_ 2 days before. That means MRs with feature
128-
flags being picked at the 19th would have a quite tight schedule, so picking
128+
flags being picked at the 19th would have quite a tight schedule, so picking
129129
these _earlier_ is preferable.
130130

131131
While rare, release managers may decide to reject picking a change into a stable

0 commit comments

Comments
 (0)