Skip to content

Commit f2b20a4

Browse files
authored
Merge pull request #718 from samuel-lee-msft/patch-1
Update architecture.md
2 parents 4f02496 + d20bd0b commit f2b20a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
| | | | | |
3232
+-v---v----v--------------v------------+ +-v-----------------v----------------+
3333
| | | |
34-
| Core <--+ Core.UI |
34+
| Core <--+ Core.UI |
3535
| | | |
3636
+--------------------------------------+ +------------------------------------+
3737
```
3838

3939
Git Credential Manager (GCM) is built to be Git host and platform/OS
40-
agonstic. Most of the shared logic (command execution, the abstract platform
40+
agnostic. Most of the shared logic (command execution, the abstract platform
4141
subsystems, etc) can be found in the `Core` class
4242
library (C#). The library targets .NET Standard as well as .NET Framework.
4343

@@ -74,7 +74,7 @@ the shared, core binaries shell out to. Currently the Bitbucket and GitHub
7474
providers each have a WPF (Windows only) helper executable that shows
7575
authentication prompts and messages.
7676

77-
The `Microsoft.Git.CredentialHelper.UI` project is a WPF (Windows only) assembly
77+
The `Core.UI` project is a WPF (Windows only) assembly
7878
that contains common WPF components and styles that are shared between provider
7979
helpers on Windows.
8080

@@ -163,7 +163,7 @@ appropriate host provider. The default registry implementation select the a host
163163
provider by asking each registered provider in turn if they understand the
164164
request. The provider selection can be overridden by the user via the
165165
[`credential.provider`](configuration.md#credentialprovider) or [`GCM_PROVIDER`](environment.md#GCM_PROVIDER)
166-
configuration and environment variable respectively (3)).
166+
configuration and environment variable respectively (3).
167167

168168
The `Get|Store|EraseCommand`s call the corresponding
169169
`Get|Store|EraseCredentialAsync` methods on the `IHostProvider`, passing the

0 commit comments

Comments
 (0)