reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

Update docs: Add s to come #4677

Closed Thalmann closed 2 months ago

Thalmann commented 2 months ago

name: :memo: Documentation Fix about: Fixing a problem in an existing docs page

Checklist

What docs page needs to be fixed?

What is the problem?

Missing s

What changes does this PR make to fix the problem?

Adds an s

codesandbox-ci[bot] commented 2 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

timdorr commented 2 months ago

"Middleware" is plural in this case, so we should be using a singular verb. This is correct as-is.

Thalmann commented 2 months ago

@timdorr Fair enough. I was thinking "comes in" because we were referring to the middleware concept or system as a singular entity. Not a big deal at all ofc.