You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ There is an README file in the [dev_utils](/dev_utils) folder with sections for
26
26
| Component | Role |
27
27
|---------------|------|
28
28
| middleware | Performs access token verification and validation |
29
-
| sda | Constructs the main API endpoints fort the NeIC SDA Data Out API. |
29
+
| sda | Constructs the main API endpoints for the NeIC SDA Data Out API. |
30
30
31
31
32
32
## Internal Components
@@ -43,4 +43,4 @@ There is an README file in the [dev_utils](/dev_utils) folder with sections for
43
43
| Component | Role |
44
44
|---------------|------|
45
45
| auth | Auth pkg is used by the middleware to parse OIDC Details and extract GA4GH Visas from a [GA4GH Passport](https://github.com/ga4gh-duri/ga4gh-duri.github.io/blob/master/researcher_ids/ga4gh_passport_v1.md)|
46
-
| request | This pkg Stores a HTTP client, so that it doesn't need to be initialised on every request. |
46
+
| request | This pkg Stores a HTTP client, so that it doesn't need to be initialised on every request. |
0 commit comments