Skip to content

Commit eb2a6cb

Browse files
luisbgdonnemartin
authored andcommitted
Fix typo in RPC section (donnemartin#17)
1 parent 69d4e5a commit eb2a6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ HTTP APIs following **REST** tend to be used more often for public APIs.
14281428
#### Disadvantage(s): RPC
14291429

14301430
* RPC clients become tightly coupled to the service implementation.
1431-
* A new API must be definied for every new operation or use case.
1431+
* A new API must be defined for every new operation or use case.
14321432
* It can be difficult to debug RPC.
14331433
* You might not be able to leverage existing technologies out of the box. For example, it might require additional effort to ensure [RPC calls are properly cached](http://etherealbits.com/2012/12/debunking-the-myths-of-rpc-rest/) on caching servers such as [Squid](http://www.squid-cache.org/).
14341434

0 commit comments

Comments
 (0)