Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typo] posts.map( posts => {} ) in examples/blog-starter-typescript #27523

Merged

Conversation

shibe23
Copy link
Contributor

@shibe23 shibe23 commented Jul 27, 2021

In examples/blog-starter-typescript/pages/posts/[slug].tsx

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

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

Documentation / Examples

  • Make sure the linting passes

@ijjk ijjk added the examples Issue/PR related to examples label Jul 27, 2021
@kodiakhq kodiakhq bot merged commit 735fac7 into vercel:canary Jul 27, 2021
@shibe23 shibe23 deleted the fix/typo-in-blog-starter-ts-slug_tsx branch July 27, 2021 05:04
flybayer pushed a commit to blitz-js/next.js that referenced this pull request Aug 19, 2021
…ercel#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
@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants