Skip to content

Commit

Permalink
Merge pull request #2615 from Automattic/fix/query-posts-readme-typo
Browse files Browse the repository at this point in the history
QueryPosts: fix typo in readme.
  • Loading branch information
mtias committed Jan 20, 2016
2 parents 1675f9e + 4cff1e3 commit d51f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/data/query-posts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Render the component, passing `siteId` and `query`. It does not accept any child

```jsx
import React from 'react';
import QueryPosts from 'components/data/posts-search';
import QueryPosts from 'components/data/query-posts';
import MyPostsListItem from './list-item';

export default function MyPostsList( { posts } ) {
Expand Down

0 comments on commit d51f86c

Please sign in to comment.