Skip to content

Commit

Permalink
Corrected spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Sep 26, 2023
1 parent 228cdb3 commit ddb7e92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions public/changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "3.9.0",
"name": "Added More Emojis",
"emoji": ["🎨", "🤩"],
"date": "2023-09-26",
"description": ["Added more emojis to the app.", "Corrected spelling mistake"]
},
{
"version": "3.8.1",
"name": "Stability Improvements",
Expand Down
1 change: 0 additions & 1 deletion src/components/OptionSelector.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useEffect } from 'react';
import delay from '../lib/delay';

export type OptionsSelectorOptions = { name: string; value: string }[];

Expand Down
2 changes: 1 addition & 1 deletion src/lib/date.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Spe', 'Oct', 'Nov', 'Dec'];
const months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
export const fullMonths = [
'January',
'February',
Expand Down

0 comments on commit ddb7e92

Please sign in to comment.