Skip to content

Commit c6fe5d2

Browse files
committed
Fix typos
1 parent eb2b9e1 commit c6fe5d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ra-core/src/controller/list/useListParams.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export const useListParams = ({
8888
const location = useLocation();
8989
const navigate = useNavigate();
9090
const [localParams, setLocalParams] = useState(defaultParams);
91-
// As we can't conditionally call a hook, ff the storeKey is false,
92-
// we'll ignore the params variable later on and won't call setParams either.
91+
// As we can't conditionally call a hook, if the storeKey is false,
92+
// we'll ignore the params variable later on and won't call setParams either.
9393
const [params, setParams] = useStore(
9494
storeKey || `${resource}.listParams`,
9595
defaultParams

0 commit comments

Comments
 (0)