Skip to content

Commit 32f15c4

Browse files
authored
docs: fix FAQs markdown table syntax
Fix a MD table that was not rendering correctly.
1 parent e278794 commit 32f15c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ For the hosted versions of these services, GCM can guess from the URL which serv
9191

9292
If you know which provider you're talking to and want to avoid the probe, that's possible. You can explicitly tell GCM which provider to use for a URL "example.com" like this:
9393

94-
|| Provider || Command ||
95-
|-----------|----------|
96-
| GitHub | `git config --global credential.https://example.com.provider github`
97-
| Bitbucket | `git config --global credential.https://example.com.provider bitbucket`
98-
| Azure DevOps | `git config --global credential.https://example.com.provider azure-repos`
99-
| Generic | `git config --global credential.https://example.com.provider generic`
94+
Provider|Command
95+
-|-
96+
GitHub|`git config --global credential.https://example.com.provider github`
97+
Bitbucket|`git config --global credential.https://example.com.provider bitbucket`
98+
Azure DevOps|`git config --global credential.https://example.com.provider azure-repos`
99+
Generic|`git config --global credential.https://example.com.provider generic`
100100

101101
### How do I fix "Could not create SSL/TLS secure channel" errors on Windows 7?
102102

0 commit comments

Comments
 (0)