Skip to content

Commit

Permalink
disable 1. version formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Feb 8, 2025
1 parent 9504a22 commit 908987b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/BibleVerseNumberFormat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export enum BibleVerseNumberFormat {
}

export const BibleVerseNumberFormatCollection = [
{
name: BibleVerseNumberFormat.Period,
description: '1. ',
},
// {
// name: BibleVerseNumberFormat.Period,
// description: '1. ',
// },
{
name: BibleVerseNumberFormat.PeriodParenthesis,
description: '1.) ',
Expand Down

0 comments on commit 908987b

Please sign in to comment.