Skip to content

Commit 2379ac1

Browse files
committed
Fix spellings
1 parent a319c6a commit 2379ac1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/azrepos-users-and-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ credential. This may change in the future.
6464

6565
Normally you won't need to worry about managing which user accounts Git
6666
Credential Manager is using as this is configured automatically when you first
67-
authenticate for a particular Azure DevOps organziation.
67+
authenticate for a particular Azure DevOps organization.
6868

6969
In advanced scenarios (such as using multiple accounts) you can interact with
7070
and manage remembered user accounts using the 'azure-repos' provider command:
@@ -181,7 +181,7 @@ fabrikam:
181181
```
182182

183183
In the above example, the `~/myrepo` repository has a single Git remote named
184-
`origin` that points to the `contoso` Azure DevOps organziation. There is no
184+
`origin` that points to the `contoso` Azure DevOps organization. There is no
185185
user account specifically associated with the `origin` remote, so the global
186186
user account binding for `contoso` will be used (the global binding is
187187
inherited).

docs/bitbucket-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ It is possible to test with Bitbucket Server by running it locally using the fol
7373

7474
❯ atlas-run-standalone --product bitbucket
7575

76-
See the devloper documentation for [atlas-run-standalone](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/).
76+
See the developer documentation for [atlas-run-standalone](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/).
7777

7878
This will download and run a standalone instance of Bitbucket Server which can be accessed using the credentials `admin`/`admin` at
7979

docs/enterprise-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ than having to modify the Git installation configuration files.
2121
## User Freedom
2222

2323
We believe the user should _always_ be at liberty to configure
24-
Git and GCM exactly as they wish. By prefering environment variables and Git
24+
Git and GCM exactly as they wish. By preferring environment variables and Git
2525
configuration files over system admin values, these only act as _default values_
26-
that can always be overriden by the user in the usual ways.
26+
that can always be overridden by the user in the usual ways.
2727

2828
## Windows
2929

docs/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ This is especially relevant to OAuth credentials. Bitbucket.org access tokens ex
380380

381381
Enabling this option will improve performance when using Oauth2 and interacting with Bitbucket.org if, on average, commits are done less frequently than every 2 hours.
382382

383-
Enabling this option will decrease performance when using Basic Auth by requiring the user the re-enter credentials everytime.
383+
Enabling this option will decrease performance when using Basic Auth by requiring the user the re-enter credentials every time.
384384

385385
Value|Refresh Credentials Before Returning
386386
-|-

docs/multiple-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Git hosting providers (like GitHub or Bitbucket) _do_ have a concept of "user".
1212

1313
## People, identities, credentials, oh my
1414

15-
You (a physical person) may have one or more user accounts (identities) with one or more Git hosting providers. Since most Git hosts don't put a "user" part in their URLs, by default, Git will treat the user part for a remote as the empty string. If you have multiple identites on one domain, you'll need to insert a unique user part per-identity yourself.
15+
You (a physical person) may have one or more user accounts (identities) with one or more Git hosting providers. Since most Git hosts don't put a "user" part in their URLs, by default, Git will treat the user part for a remote as the empty string. If you have multiple identities on one domain, you'll need to insert a unique user part per-identity yourself.
1616

17-
There are good reasons for having multiple identities on one domain. You might use one GitHub identity for your personal work, another for your open source work, and a third for your employer's work. You can ask Git to assign a different credential to different repositories hosted on the same provider. HTTPS URLs include an optional "name" part before an `@` sign in the domain name, and you can use this to force Git to distiguish multiple users. This should likely be your username on the Git hosting service, since there are cases where GCM will use it like a username.
17+
There are good reasons for having multiple identities on one domain. You might use one GitHub identity for your personal work, another for your open source work, and a third for your employer's work. You can ask Git to assign a different credential to different repositories hosted on the same provider. HTTPS URLs include an optional "name" part before an `@` sign in the domain name, and you can use this to force Git to distinguish multiple users. This should likely be your username on the Git hosting service, since there are cases where GCM will use it like a username.
1818

1919
## Setting it up
2020

0 commit comments

Comments
 (0)