Skip to content

Commit 04e1c72

Browse files
authored
docs(vcs support): Missing spaces
1 parent 11b0654 commit 04e1c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/html/topics/vcs-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The supported schemes are `svn`, `svn+svn`, `svn+http`, `svn+https` and
7373
`svn+ssh`. Here are some of the supported forms:
7474

7575
```none
76-
MyProject @svn+https://svn.example.com/MyProject
77-
MyProject @svn+ssh://svn.example.com/MyProject
78-
MyProject @svn+ssh://[email protected]/MyProject
76+
MyProject @ svn+https://svn.example.com/MyProject
77+
MyProject @ svn+ssh://svn.example.com/MyProject
78+
MyProject @ svn+ssh://[email protected]/MyProject
7979
```
8080

8181
You can also give specific revisions to an SVN URL, like so:

0 commit comments

Comments
 (0)