Skip to content

Commit 878a495

Browse files
fix: typo in readme.md (#48)
1 parent 9cca711 commit 878a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const menuItems = [
137137
In this case, you can still follow The Replexica Rule by simply wrapping the text in JSX! Here's how:
138138

139139
```jsx
140-
const menuItesm = [
140+
const menuItems = [
141141
{
142142
title: <>Home</>,
143143
url: '/',

0 commit comments

Comments
 (0)