diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index ee9288b..186f9c0 100644 --- a/README.adoc +++ b/README.adoc @@ -58,7 +58,7 @@ int main() const mastodonpp::parametermap parameters { - {"status", "How is the wheather?"}, + {"status", "How is the weather?"}, {"poll[options]", vector<string_view>{"Nice", "not nice"}}, {"poll[expires_in]", "86400"} }; |