Skip to content

Commit e0c486a

Browse files
authored
Merge pull request ChilliCream#49 from SniC/patch-1
Fix typo error in 4-schema-design.md
2 parents de7d2c9 + 738a78a commit e0c486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4-schema-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ First, we will restructure our GraphQL server so that it will better scale once
1818
mkdir GraphQL/Common
1919
```
2020

21-
1. Create a field `PayloadBase.cs` in the `Common` directory with the following code:
21+
1. Create a class `Payload.cs` in the `Common` directory with the following code:
2222

2323
```csharp
2424
using System.Collections.Generic;

0 commit comments

Comments
 (0)