Skip to content

Fix typo in YC Library deck search URL#21

Open
Zentex1337 wants to merge 1 commit intomonad-developers:mainfrom
Zentex1337:fix/typo-yc-deck-url
Open

Fix typo in YC Library deck search URL#21
Zentex1337 wants to merge 1 commit intomonad-developers:mainfrom
Zentex1337:fix/typo-yc-deck-url

Conversation

@Zentex1337
Copy link

Summary

  • Fixed typo in the YC Library "Deck" link where the search query had an extra 0 at the end (query=deck0 should be query=deck)

Test plan

  • Click on the updated link to verify it correctly searches for "deck" on YC's library

@greptile-apps
Copy link

greptile-apps bot commented Feb 3, 2026

Greptile Overview

Greptile Summary

Fixed a typo in the YC Library search URL where the query parameter had an extra 0 character (deck0deck), ensuring the link now correctly searches for pitch deck resources.

  • Corrected URL query parameter on line 40 of README.md
  • No functional or logical issues found
  • Change is minimal, isolated, and self-explanatory

Confidence Score: 5/5

  • This PR is safe to merge with zero risk
  • Simple typo fix in a documentation file with no code execution, no logic changes, and the correction is objectively correct
  • No files require special attention

Important Files Changed

Filename Overview
README.md Fixed typo in YC Library URL query parameter from deck0 to deck

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request
    participant README as README.md
    participant URL as YC Library URL
    
    Dev->>PR: Submit PR #21
    PR->>README: Update line 40
    README->>README: Change query=deck0 to query=deck
    Note over README: Line 40: YC Library search URL
    README->>URL: Corrected search parameter
    URL-->>URL: Now searches for "deck" instead of "deck0"
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant