Skip to content

Commit 024b724

Browse files
authored
Update glossary.mdx (#567)
1 parent 4a69f57 commit 024b724

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/docs/glossary.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Canary testing is a software deployment technique where updates or new features
3838

3939
#### [CI/CD Pipeline](./glossary/ci-cd-pipeline.mdx)
4040

41-
A Continuous Integration and Continuous Deployment pipeline (CI/CD) is a set of steps that must be followed to deliver a new software version to customers.
41+
A CI/CD (Continuous Integration and Continuous Deployment) pipeline is a set of steps that must be followed to deliver a new software version to customers.
4242

4343
#### [Continuous Delivery](https://configcat.com/blog/2022/06/13/decoupling-feature-releases-from-deployment/)
4444

@@ -56,7 +56,7 @@ Continuous Integration refers to the regular merging of code changes into a cent
5656

5757
#### [Dark Launch](https://configcat.com/blog/2022/06/13/decoupling-feature-releases-from-deployment/#feature-release-with-dark-launch)
5858

59-
A Dark Launch is rolled out stealthily by first releasing a feature to a subset of users before a full release to see how they react to it.
59+
A dark launch involves releasing a feature to a subset of users before a full release to test reactions.
6060

6161
#### [Developer Advocate](https://configcat.com/blog/2023/07/11/role-of-developer-advocates/)
6262

@@ -127,9 +127,9 @@ A kill switch is a mechanism that can be used to quickly disable a feature or an
127127

128128
## M
129129

130-
#### [Multi Armed Bandit](./glossary/multi-armed-bandit.mdx)
130+
#### [Multi-Armed Bandit](./glossary/multi-armed-bandit.mdx)
131131

132-
The Multi-Armed Bandit (MAB) is a machine learning framework that involves an agent making selections, referred to as "arms," with the goal of maximizing its long-term cumulative reward
132+
The Multi-Armed Bandit (MAB) is a machine learning framework that involves an agent making selections, referred to as "arms," with the goal of maximizing long-term cumulative rewards.
133133

134134
## N
135135

@@ -163,7 +163,7 @@ React feature flags are conditional codes used in React.js applications to enabl
163163

164164
#### [Release Manager](./glossary/release-manager.mdx)
165165

166-
A release manager is an IT professional responsible for defining and executing the software release process within a company, ensuring smooth deployment and high quality releases.
166+
A release manager is an IT professional responsible for defining and executing the software release process within a company, ensuring smooth deployment and high-quality releases.
167167

168168
#### [Remote Configuration](./glossary/remote-configuration.mdx)
169169

@@ -197,7 +197,7 @@ Software as a Service (SaaS) is a cloud-based delivery model where applications
197197

198198
#### [Staging Environment](./glossary/what-is-a-staging-environment.mdx)
199199

200-
A staging environment is a dry run for your code under the closest possible parameters to its real-world application. It is a near-perfect replica of the servers, infrastructure, architecture, and application of the actual use environment of your code. The key difference is that it is completely walled off from the front-facing actual environment.
200+
A staging environment is a dry run for your code under the closest possible parameters to its real-world application. It is a near-perfect replica of the servers, infrastructure, architecture, and application of the actual production environment your code will run in. The key difference is that it is completely walled off from the front-facing actual environment.
201201

202202
## T
203203

@@ -207,9 +207,9 @@ Testing in production is the practice of evaluating software in its live environ
207207

208208
#### [Type I and Type II Errors](./glossary/type-i-and-type-ii-errors.mdx)
209209

210-
A Type I error occurs when the null hypothesis is incorrectly rejected while it is actually true, while a Type II error occurs when the null hypothesis is wrongly not rejected while it is actually false.
210+
A Type I error occurs when the null hypothesis is incorrectly rejected, even though it is actually true. A Type II error occurs when the null hypothesis is wrongly not rejected while it is actually false.
211211

212-
#### [Trunk Based Development](https://configcat.com/trunk-based-development/)
212+
#### [Trunk-Based Development](https://configcat.com/trunk-based-development/)
213213

214214
Trunk-based development is a version control technique where developers regularly merge small updates into a central "trunk" or main branch.
215215

0 commit comments

Comments
 (0)