@@ -292,7 +292,7 @@ Name | Type | Description
292292
293293 <a name =" preview-period " ></a >
294294
295- The Protect Branch API is currently available for developers to preview.
295+ The Protected Branch API is currently available for developers to preview.
296296 During the preview period, the API may change without advance notice.
297297 Please see the [ blog post] ( /changes/2015-11-11-protected-branches-api ) for full details.
298298
@@ -313,7 +313,7 @@ Name | Type | Description
313313
314314 <a name =" preview-period " ></a >
315315
316- The Protect Branch API is currently available for developers to preview.
316+ The Protected Branch API is currently available for developers to preview.
317317 During the preview period, the API may change without advance notice.
318318 Please see the [ blog post] ( /changes/2015-11-11-protected-branches-api ) for full details.
319319
@@ -341,15 +341,15 @@ The `required_status_checks` object must have the following keys:
341341Name | Type | Description
342342-----|------|-------------
343343` enforcement_level ` |` string ` | ** Required** . Who required status checks apply to. Options are ` off ` , ` non_admins ` or ` everyone ` .
344- ` contexts ` |` array ` | ** Required** . The list of required status checks to require in order to merge into this branch
344+ ` contexts ` |` array ` | ** Required** . The list of status checks to require in order to merge into this branch
345345
346346The ` enforcement_level ` key can have the following values:
347347
348348Name | Description
349349------|------------
350350` off ` | Turn off required status checks for this branch.
351351` non_admins ` | Required status checks will be enforced for non-admins.
352- ` everyone ` | Required status checks will be enforced for everyone (including admins)
352+ ` everyone ` | Required status checks will be enforced for everyone (including admins).
353353
354354#### Example
355355
0 commit comments