Skip to content

Commit 0548b41

Browse files
committed
Fixing unicode
1 parent 8ade79f commit 0548b41

16 files changed

+26
-26
lines changed

_chapters/add-an-api-to-create-a-note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
154154
You should see that the new API stack has been deployed.
155155

156156
```bash
157-
Deployed:
157+
Deployed:
158158
StorageStack
159159
ApiStack
160160
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com

_chapters/add-an-api-to-delete-a-note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
5656
You should see that the API stack is being updated.
5757

5858
```bash
59-
Deployed:
59+
Deployed:
6060
StorageStack
6161
ApiStack
6262
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com

_chapters/add-an-api-to-get-a-note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
6060
You should see that the API stack is being updated.
6161

6262
```bash
63-
Deployed:
63+
Deployed:
6464
StorageStack
6565
ApiStack
6666
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com

_chapters/add-an-api-to-handle-billing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
9292
You should see that the API stack is being updated.
9393

9494
```bash
95-
Deployed:
95+
Deployed:
9696
StorageStack
9797
ApiStack
9898
...

_chapters/add-an-api-to-list-all-the-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
6161
You should see that the API stack is being updated.
6262

6363
```bash
64-
Deployed:
64+
Deployed:
6565
StorageStack
6666
ApiStack
6767
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com

_chapters/add-an-api-to-update-a-note.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
6868
You should see that the API stack is being updated.
6969

7070
```bash
71-
Deployed:
71+
Deployed:
7272
StorageStack
7373
ApiStack
7474
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com

_chapters/adding-auth-to-our-serverless-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
138138
You should see something like this at the end of the deploy process.
139139

140140
```bash
141-
Deployed:
141+
Deployed:
142142
StorageStack
143143
ApiStack
144144
ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com

_chapters/create-a-dynamodb-table-in-sst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
116116
You should see something like this at the end of the deploy process.
117117

118118
```bash
119-
Deployed:
119+
Deployed:
120120
StorageStack
121121
```
122122

_chapters/create-a-hello-world-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Running `sst dev` will take a couple of minutes to deploy your app and bootstrap
5656
```txt
5757
SST v2.1.14 ready!
5858
59-
App: notes
59+
App: notes
6060
Stage: Jay
6161
Console: https://console.sst.dev/notes/Jay
6262
63-
Deployed:
63+
Deployed:
6464
API
6565
ApiEndpoint: https://guksgkkr4l.execute-api.us-east-1.amazonaws.com
6666
```

_chapters/create-a-new-reactjs-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Note that, you'll need to have `sst start` running for this to happen. If you ha
126126
You should see that the new frontend stack has been deployed.
127127

128128
```bash
129-
Deployed:
129+
Deployed:
130130
...
131131
FrontendStack
132132
SiteUrl: http://localhost:3000

_chapters/create-an-s3-bucket-in-sst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had
5757
You should see that the storage stack has been updated.
5858

5959
```bash
60-
Deployed:
60+
Deployed:
6161
StorageStack
6262
```
6363

_chapters/custom-domains-for-react-apps-on-aws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ npx sst deploy --stage prod
7171
This command will take a few minutes. At the end of the deploy process you should see something like this.
7272

7373
```bash
74-
Deployed:
74+
Deployed:
7575
...
7676
FrontendStack
7777
SiteUrl: https://my-serverless-app.com

_chapters/custom-domains-in-serverless-apis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This command will take a few minutes as it'll deploy your app to a completely ne
4848
At the end of the deploy process you should see something like this.
4949

5050
```bash
51-
Deployed:
51+
Deployed:
5252
StorageStack
5353
ApiStack
5454
ApiEndpoint: https://api.my-serverless-app.com

_chapters/handling-secrets-in-sst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We are taking the environment variables in our SST app and passing it into our A
5050
Switch over to your terminal and restart `sst dev` so that it picks up the new `.env.local` file.
5151

5252
```bash
53-
Deployed:
53+
Deployed:
5454
StorageStack
5555
ApiStack
5656
...

_examples/how-to-create-a-vuejs-app-with-serverless.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,15 @@ $ npx create-vue@latest
273273
This command will install and execute [create-vue](https://github.com/vuejs/create-vue), the official Vue project scaffolding tool. You will be presented with prompts for a number of optional features such as TypeScript and testing support:
274274

275275
```bash
276-
Project name: frontend
277-
Add TypeScript? … No / Yes
278-
Add JSX Support? … No / Yes
279-
Add Vue Router for Single Page Application development? … No / Yes
280-
Add Pinia for state management? … No / Yes
281-
Add Vitest for Unit testing? … No / Yes
282-
Add Cypress for both Unit and End-to-End testing? … No / Yes
283-
Add ESLint for code quality? … No / Yes
284-
Add Prettier for code formatting? … No / Yes
276+
Project name: frontend
277+
Add TypeScript? … No / Yes
278+
Add JSX Support? … No / Yes
279+
Add Vue Router for Single Page Application development? … No / Yes
280+
Add Pinia for state management? … No / Yes
281+
Add Vitest for Unit testing? … No / Yes
282+
Add Cypress for both Unit and End-to-End testing? … No / Yes
283+
Add ESLint for code quality? … No / Yes
284+
Add Prettier for code formatting? … No / Yes
285285

286286
Scaffolding project in ./frontend
287287
Done.

_posts/2023-02-27-sst-v2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Here's a quick rundown of the major changes.
5252
```bash
5353
SST v2.0.38 ready!
5454

55-
App: my-sst-app
55+
App: my-sst-app
5656
Stage: Jay
5757
Console: https://console.sst.dev/my-sst-app/Jay
5858

59-
Deployed:
59+
Deployed:
6060
Database
6161
Api
6262
API: https://4f574d6lqc.execute-api.us-east-1.amazonaws.com

0 commit comments

Comments
 (0)