Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
remove small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Apr 10, 2019
1 parent e15b340 commit 822aa1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/react-instantsearch/index.umd.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* eslint-disable */

// This file exists only for the legacy UMD `Core` file. Sinc eRollup
// This file exists only for the legacy UMD `Core` file. Since Rollup
// is not able to correctly tree-shake the file we directly import the
// exported file. It avoid to have a huge jump in filesize (8KB => 40 KB).
// exported file. It avoid to have a huge jump in file size (8KB => 40 KB).

// prettier-ignore
export { default as createConnector } from 'react-instantsearch-core/dist/es/core/createConnector';
export {
default as createConnector,
} from 'react-instantsearch-core/dist/es/core/createConnector';

0 comments on commit 822aa1c

Please sign in to comment.