Skip to content

Commit e27f132

Browse files
chore(docs): grammar improvements
1 parent db3fbe3 commit e27f132

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

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

173173
#### Undocumented request params
174174

175-
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.
175+
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.
176176

177177
#### Undocumented endpoints
178178

@@ -190,7 +190,7 @@ response = client.request(
190190

191191
### Concurrency & connection pooling
192192

193-
The `Lithic::Client` instances are threadsafe, but only are fork-safe when there are no in-flight HTTP requests.
193+
The `Lithic::Client` instances are threadsafe, but are only are fork-safe when there are no in-flight HTTP requests.
194194

195195
Each instance of `Lithic::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.
196196

@@ -240,7 +240,7 @@ lithic.accounts.update(
240240
#
241241
)
242242

243-
# Literal values is also permissible:
243+
# Literal values are also permissible:
244244
lithic.accounts.update(
245245
state: :ACTIVE,
246246
#

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 Lithic please follow the respective company's security reporting guidelines.
19+
or products provided by Lithic, please follow the respective company's security reporting guidelines.
2020

2121
### Lithic Terms and Policies
2222

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

2525
---
2626

0 commit comments

Comments
 (0)