Skip to content

Commit 9fa591b

Browse files
committed
Fix a couple nits
1 parent 5e9a3ae commit 9fa591b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These APIs can be used as a standalone server using either Docker or manually
66
running a server. They can also be embedded in existing applications using HTTP
77
routes.
88

9-
Currently, this project provides a GraphQL API. Other API types are possible in
9+
Currently, this project provides GraphQL APIs. Other API types are possible in
1010
the future.
1111

1212
## Getting Started

docs/graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ enum SerialConsistency {
538538
539539
#### Time-to-live (TTL)
540540
541-
Time to live (TTL), defined in seconds, controls the amount of time a value
541+
Time-to-live (TTL), defined in seconds, controls the amount of time a value
542542
lives in the database before expiring e.g. `ttl: 60` means the associated values
543543
are no longer readable after 60 seconds. More information about TTL can be found
544544
in [Expiring data with time-to-live].

0 commit comments

Comments
 (0)