Mistake in Introduction to JavaScript Libraries and Frameworks

Shouldn’t it be frameworks and not libraries here?

Since in the lecture itself it says:

“Other examples of frameworks include Remix and Next.js.”

and “An example of a JavaScript library is jQuery.”

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

From the official React website:

React is the library for web and native user interfaces.

And for example (Angular official website):

Angular is a popular and powerful framework for building web applications of any scale.