Skip to content

Commit

Permalink
Merge pull request #117 from suyashpatil78/readme-typo
Browse files Browse the repository at this point in the history
Typo fix in lineNumber
  • Loading branch information
rajinwonderland authored Sep 16, 2023
2 parents deae1b1 + c7486c5 commit 8dfd271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function MyCodeComponent(props) {
text: props.code,
language: props.language,
showLineNumbers: props.showLineNumbers,
startingLineNUmber: props.startingLineNumber,
startingLineNumber: props.startingLineNumber,
wrapLines: true,
};

Expand Down

1 comment on commit 8dfd271

@vercel
Copy link

@vercel vercel bot commented on 8dfd271 Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.