Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekwegr committed Jan 11, 2023
1 parent 0c66f7a commit 7d25220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/push-notifications/MongoosePush-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ And second, you need to add `mod_push_service_mongoosepush` to the `modules` sec

```toml
[modules.mod_push_service_mongoosepush]
pool_name = mongoose_push_http
pool_name = "mongoose_push_http"
api_version = "v3"
```

Expand Down

0 comments on commit 7d25220

Please sign in to comment.