Skip to content

Commit 0c55f26

Browse files
chore(docs): grammar improvements
1 parent e0eb636 commit 0c55f26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ puts(page[:my_undocumented_property])
170170

171171
#### Undocumented request params
172172

173-
If you want to explicitly send an extra param, you can do so with the `extra_query`, `extra_body`, and `extra_headers` under the `request_options:` parameter when making a request as seen in examples above.
173+
If you want to explicitly send an extra param, you can do so with the `extra_query`, `extra_body`, and `extra_headers` under the `request_options:` parameter when making a request, as seen in the examples above.
174174

175175
#### Undocumented endpoints
176176

@@ -188,7 +188,7 @@ response = client.request(
188188

189189
### Concurrency & connection pooling
190190

191-
The `FinchAPI::Client` instances are threadsafe, but only are fork-safe when there are no in-flight HTTP requests.
191+
The `FinchAPI::Client` instances are threadsafe, but are only are fork-safe when there are no in-flight HTTP requests.
192192

193193
Each instance of `FinchAPI::Client` has its own HTTP connection pool with a default size of 99. As such, we recommend instantiating the client once per application in most settings.
194194

@@ -238,7 +238,7 @@ finch.hris.benefits.create(
238238
#
239239
)
240240

241-
# Literal values is also permissible:
241+
# Literal values are also permissible:
242242
finch.hris.benefits.create(
243243
frequency: :one_time,
244244
#

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ before making any information public.
1616
## Reporting Non-SDK Related Security Issues
1717

1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
19-
or products provided by Finch please follow the respective company's security reporting guidelines.
19+
or products provided by Finch, please follow the respective company's security reporting guidelines.
2020

2121
### Finch Terms and Policies
2222

23-
Please contact founders@tryfinch.com for any questions or concerns regarding security of our services.
23+
Please contact founders@tryfinch.com for any questions or concerns regarding the security of our services.
2424

2525
---
2626

0 commit comments

Comments
 (0)