Skip to content

Commit a21ff68

Browse files
author
Matthieu Nogatchewsky
committed
Replace "we" by "you"
1 parent d97e615 commit a21ff68

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/credentials-authentication/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If your library belongs to the same git provider as the one of your project, you
5454
}
5555
```
5656

57-
Notice that despite of using directly your git provider url (i.e bitbucket.org, gitlab.com ...) as a hostname, we need to use a specific syntax *keyname-bb* where:
57+
Notice that despite of using directly your git provider url (i.e bitbucket.org, gitlab.com ...) as a hostname, you need to use a specific syntax *keyname-bb* where:
5858

5959
* ***keyname*** refers to the key name specified in your pipeline settings
6060
* ***bb*** refers to bitbucket.org.<br/>

docs/satis.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ excerpt: "Satis configuration support by continuousphp"
99

1010
## Using private repositories from Satis
1111

12-
Using SSH Keys to authenticate, you can use your own Satis Proxy to install private dependencies with *Composer*. Let's create
13-
an example of how to mirror repositories with Satis and then use them with *Composer* :
12+
Using SSH Keys to authenticate, you can use your own Satis Proxy to install private dependencies with *Composer*. Let's create an example of how to mirror repositories with Satis and then use them with *Composer*.
1413

1514
### Satis Installation
1615

17-
We first need to install *Satis* :
16+
You first need to install *Satis* :
1817

1918
```
2019
$ composer create-project composer/satis --stability=dev
@@ -56,14 +55,14 @@ After creating the Satis configuration file, you need to tell Satis create the r
5655
$ ./bin/satis build satis.json my-mirrored-dependencies/
5756
```
5857

59-
When this command finishes, we have a new directory `my-mirrored-dependencies` with two files: `packages.json` and `index.html`.
58+
When this command finishes, you have a new directory `my-mirrored-dependencies` with two files: `packages.json` and `index.html`.
6059
`packages.json` will be read by *Composer* to determine what packages the repository offers.
6160
`index.html` is a static HTML file with information about the repository.
6261
It also contains the dist directory with all packages so they won’t have to be downloaded from GitHub anymore.
6362

6463
### Use Satis in Composer
6564

66-
To use our new Satis Proxy with *Composer* we have to include it in our `composer.json` like this :
65+
To use our new Satis Proxy with *Composer* you have to include it in our `composer.json` like this :
6766

6867
```
6968
{

0 commit comments

Comments
 (0)