rsnext/examples/blog-starter-typescript/pages
shibe23 735fac7ed7
[typo] posts.map( posts => {} ) in examples/blog-starter-typescript (#27523)
In `examples/blog-starter-typescript/pages/posts/[slug].tsx`

before:
 `posts.map(posts => {})`

after:
`posts.map(post => {})`

## Documentation / Examples

- [x] Make sure the linting passes
2021-07-27 04:56:19 +00:00
..
posts [typo] posts.map( posts => {} ) in examples/blog-starter-typescript (#27523) 2021-07-27 04:56:19 +00:00
_app.tsx [Examples] Added blog-starter-typescript (#12981) 2020-05-23 20:34:35 +02:00
_document.tsx [Examples] Added blog-starter-typescript (#12981) 2020-05-23 20:34:35 +02:00
index.tsx chore: remove-redundant-example-react-import (#13907) 2020-06-08 21:31:56 -04:00