mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
fix: Fix typos (#2834)
* fix typos * fix typo * fix typo * fix typos * fix typo
This commit is contained in:
@@ -7,8 +7,8 @@ tag:
|
||||
---
|
||||
|
||||
## Intent
|
||||
Send partial response from server to client on need basis. Client will specify the the fields
|
||||
that it need to server, instead of serving all details for resource.
|
||||
Send partial response from server to client on need basis. Client will specify the fields
|
||||
that it needs to server, instead of serving all details for resource.
|
||||
|
||||
## Class diagram
|
||||

|
||||
@@ -16,7 +16,7 @@ that it need to server, instead of serving all details for resource.
|
||||
## Applicability
|
||||
Use the Partial Response pattern when
|
||||
|
||||
* Client need only subset of data from resource.
|
||||
* Client needs only subset of data from resource.
|
||||
* To avoid too much data transfer over wire
|
||||
|
||||
## Credits
|
||||
|
||||
Reference in New Issue
Block a user