Skip to content

Commit 346aca1

Browse files
committed
corrected markdown ordered listing
1 parent 8be7cee commit 346aca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnetcore/performance/caching/distributed/includes/distributed5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ builder.Services.AddDistributedPostgresCache(options => {
145145
var app = builder.Build();
146146
```
147147

148-
3. Use the Cache
148+
2. Use the Cache
149149

150150
```csharp
151151
public class MyService {

aspnetcore/performance/caching/distributed/includes/distributed6-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ builder.Services.AddDistributedPostgresCache(options => {
148148
var app = builder.Build();
149149
```
150150

151-
3. Use the Cache
151+
2. Use the Cache
152152

153153
```csharp
154154
public class MyService {

0 commit comments

Comments
 (0)