summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSalah Ghanim <salah.ghanim@gmail.com>2020-06-24 12:21:10 +0200
committerJens Geyer <jensg@apache.org>2020-06-25 22:06:13 +0200
commit24ca210fde0ad51769e359ad9f925ae30a6ed061 (patch)
tree2ff0fd3977be92bc7f835cd0afe45dfa9a384f12 /README.md
parent6e16c2bc542657954966f5fde98d16398853582c (diff)
downloadthrift-24ca210fde0ad51769e359ad9f925ae30a6ed061.tar.gz
Fix README.md typo
Patch: Salah Ghanim This closes #2186
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 011b75a23..5b5ed1698 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ supports the languages that you currently use.
Thrift is specifically designed to support non-atomic version changes
across client and server code. This allows you to upgrade your
-server while still being able service older clients; or have newer
+server while still being able to service older clients; or have newer
clients issue requests to older servers. An excellent community-provided
write-up about thrift and compatibility when versioning an API can be
found in the [Thrift Missing Guide](https://diwakergupta.github.io/thrift-missing-guide/#_versioning_compatibility).