Merge pull request #1930 from md42/master

fix small typo
This commit is contained in:
Samuel Clay 2025-01-30 09:36:16 -08:00 committed by GitHub
commit ce88b3a338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@
- [PostgreSQL](http://www.postgresql.com): Relational database, used to store feeds,
subscriptions, and user accounts.
- [Redis](http://redis.io): Programmer's database, used to assemble stories for the river, store story ids, manage feed fetching schedules, and the minuscule bit of caching that NewsBlur uses.
- [Elasticsearch](http://elasticsearch.org): Search database, use for searching stories. Optional.
- [Elasticsearch](http://elasticsearch.org): Search database, used for searching stories. Optional.
### Client-side and design