Skip to content

Commit 012c8ab

Browse files
authored
Fix grammer (#607)
1 parent 3f54e57 commit 012c8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ mix openapi.spec.yaml --spec MyAppWeb.ApiSpec
282282
Invoking this task starts the application by default. This can be
283283
disabled with the `--start-app=false` option.
284284

285-
Please make to replace any calls to [OpenApiSpex.Server.from_endpoint](https://hexdocs.pm/open_api_spex/OpenApiSpex.Server.html#from_endpoint/1) with a `%OpenApiSpex.Server{}` struct like below:
285+
Please replace any calls to [OpenApiSpex.Server.from_endpoint](https://hexdocs.pm/open_api_spex/OpenApiSpex.Server.html#from_endpoint/1) with a `%OpenApiSpex.Server{}` struct like below:
286286

287287
```elixir
288288
%OpenApi{

0 commit comments

Comments
 (0)