Skip to content

Commit

Permalink
docs: Fix typo in core/src/services/http/docs.md (#4226)
Browse files Browse the repository at this point in the history
Fix typo in `core/src/services/http/docs.md`
  • Loading branch information
jbampton authored Feb 20, 2024
1 parent b6fb9c5 commit a71f972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/services/http/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This service can be used to:

## Notes

Only `read` ans `stat` are supported. We can use this service to visit any
Only `read` and `stat` are supported. We can use this service to visit any
HTTP Server like nginx, caddy.

## Configuration
Expand Down Expand Up @@ -45,4 +45,4 @@ async fn main() -> Result<()> {
let op: Operator = Operator::new(builder)?.finish();
Ok(())
}
```
```

0 comments on commit a71f972

Please sign in to comment.