From 095dedc78420a61b585ba57c25e10bdaea66a625 Mon Sep 17 00:00:00 2001 From: Chris Denman Date: Tue, 12 Aug 2025 17:02:20 +0100 Subject: [PATCH] Fixing ungrammatical usage of 'comprised of'. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'