diff --git a/FAQ.md b/FAQ.md index 3d635980..5c9ade12 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,7 +61,7 @@ export function* login(username, password) { ### How to get the current browser location (URL) The current browser location can be accessed directly from the router state with `react-redux`'s `connect`. -The location object is comprised of pathname, search (query string), and hash. +The location object is comprises pathname, search (query string), and hash. ```js import { connect } from 'react-redux'