Skip to content

Commit 56d27a6

Browse files
committed
Fix casing of "TypeScript"
1 parent 06d16f9 commit 56d27a6

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Typescript Example Applications powered by WorkOS
1+
# TypeScript Example Applications powered by WorkOS
22

3-
Example Typescript applications demonstrating to use the [WorkOS Node SDK](https://github.com/workos-inc/workos-node) for SSO, Directory Sync, Admin Portal and Magic Link.
3+
Example TypeScript applications demonstrating to use the [WorkOS Node SDK](https://github.com/workos-inc/workos-node) for SSO, Directory Sync, Admin Portal and Magic Link.
44

55
## For more information, please see the following guides:
66

typescript-admin-portal-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Typescript Example App with Admin Portal powered by WorkOS
1+
# TypeScript Example App with Admin Portal powered by WorkOS
22

3-
An example application demonstrating to use Typescript with the [WorkOS Node SDK](https://github.com/workos-inc/workos-node) to access the Admin Portal for SSO and Directory Sync.
3+
An example application demonstrating to use TypeScript with the [WorkOS Node SDK](https://github.com/workos-inc/workos-node) to access the Admin Portal for SSO and Directory Sync.
44

55
## Prerequisites
66

typescript-admin-portal-example/views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
</div>
1616

17-
<h2>Typescript Admin Portal Example App</h2>
17+
<h2>TypeScript Admin Portal Example App</h2>
1818
<form method="POST" action="/provision-enterprise">
1919
<div class='flex_column'>
2020
<div>

typescript-directory-sync-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Typescript Example App with Directory Sync powered by WorkOS
1+
# TypeScript Example App with Directory Sync powered by WorkOS
22

3-
An example application demonstrating to use Typescript with the [WorkOS Node SDK](https://github.com/workos/workos-node) to power Directory Sync.
3+
An example application demonstrating to use TypeScript with the [WorkOS Node SDK](https://github.com/workos/workos-node) to power Directory Sync.
44

55
## Prerequisites
66

typescript-directory-sync-example/views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
</div>
1616

17-
<h2>Typescript Directory Sync Example App</h2>
17+
<h2>TypeScript Directory Sync Example App</h2>
1818
<form method="POST" action="/passwordless-auth">
1919
<div class='flex_column'>
2020
<hr style="width:100%">

typescript-magic-link-example/views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h1>WorkOS</h1>
1313
</div>
1414
</div>
15-
<h2>Typescript Magic Link Example App</h2>
15+
<h2>TypeScript Magic Link Example App</h2>
1616
<form method="POST" action="/passwordless-auth">
1717
<div class='flex_column'>
1818
<div>

typescript-mfa-example/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Typescript Example App with MFA powered by WorkOS
2-
An example Typescript application demonstrating how to use the [WorkOS MFA API](https://workos.com/docs/mfa/guide) using the [Node SDK](https://github.com/workos/workos-node) to authenticate users.
1+
# TypeScript Example App with MFA powered by WorkOS
2+
An example TypeScript application demonstrating how to use the [WorkOS MFA API](https://workos.com/docs/mfa/guide) using the [Node SDK](https://github.com/workos/workos-node) to authenticate users.
33

44
## Prerequisites
55
-Node.js version 10+
66

7-
## Typescript Project Setup
7+
## TypeScript Project Setup
88

99
1. Clone the main repo and install dependencies for the app you'd like to use:
1010
```bash

typescript-sso-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Typescript Example App with SSO powered by WorkOS
1+
# TypeScript Example App with SSO powered by WorkOS
22

33
An example application demonstrating to use the [WorkOS Node SDK](https://github.com/workos-inc/workos-node) to authenticate users via SSO.
44

typescript-sso-example/views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1>WorkOS</h1>
1414
</div>
1515
</div>
16-
<h2>Typescript SSO Example App</h2>
16+
<h2>TypeScript SSO Example App</h2>
1717
<a class="button login_button" href="/login">Login</a>
1818
</div>
1919
</body>

0 commit comments

Comments
 (0)