Skip to content

Commit c6ab176

Browse files
committed
Improve explanation in docs.
1 parent 94ed858 commit c6ab176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/site/content/docs/authentication-backends.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ be nested under that field.
9595
| `site_domain` | `location.hostname` (or `cms.netlify.com` when on `localhost`) | Sets the `site_id` query param sent to the API endpoint. Non-Netlify auth setups will often need to set this for local development to work properly. |
9696
| `base_url` | `https://api.netlify.com` | OAuth client URL for the `github` backend. **Required** when using an external OAuth server with the `github` backend. |
9797
| `auth_endpoint` | `auth` | Path to append to `base_url` for authentication requests. Optional. |
98-
| `squash_merges` | `false` | If true, squash merges pull requests using when using the Editorial Workflow. Optional. |
98+
| `squash_merges` | `false` | If true, pull requests are merged using the “squash and merge” method, reducing clutter in the content repository. Optional. |

0 commit comments

Comments
 (0)