Skip to content

Commit

Permalink
Correct misspelling in README (ardalis#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalasavage authored Jul 14, 2020
1 parent 0bd2823 commit dfc6e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services.AddSwaggerGen(c => {
c.EnableAnnotations();
});
```
3. Add the following attribtue to endpoint methods
3. Add the following attribute to endpoint methods
``` csharp
[HttpPost("/authors")]
[SwaggerOperation(
Expand Down

0 comments on commit dfc6e45

Please sign in to comment.