Skip to content

Commit

Permalink
fix: fix comments in supplicaton class
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ahmadbilal committed Aug 30, 2024
1 parent b91ba69 commit 7c1975b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/assets/HafsHolyQuran.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const HafsHolyQuran: Array<Chapter> = [
'صِرَاطَ الَّذِينَ أَنْعَمْتَ عَلَيْهِمْ غَيْرِ الْمَغْضُوبِ عَلَيْهِمْ وَلَا الضَّالِّينَ',
],
},

{
name: 'البقرة',
type: 'مدنيّة',
Expand Down Expand Up @@ -317,7 +316,6 @@ export const HafsHolyQuran: Array<Chapter> = [
'لَا يُكَلِّفُ اللَّهُ نَفْسًا إِلَّا وُسْعَهَا ۚ لَهَا مَا كَسَبَتْ وَعَلَيْهَا مَا اكْتَسَبَتْ ۗ رَبَّنَا لَا تُؤَاخِذْنَا إِن نَّسِينَا أَوْ أَخْطَأْنَا ۚ رَبَّنَا وَلَا تَحْمِلْ عَلَيْنَا إِصْرًا كَمَا حَمَلْتَهُ عَلَى الَّذِينَ مِن قَبْلِنَا ۚ رَبَّنَا وَلَا تُحَمِّلْنَا مَا لَا طَاقَةَ لَنَا بِهِ ۖ وَاعْفُ عَنَّا وَاغْفِرْ لَنَا وَارْحَمْنَا ۚ أَنتَ مَوْلَانَا فَانصُرْنَا عَلَى الْقَوْمِ الْكَافِرِينَ',
],
},

{
name: 'آل عمران',
type: 'مدنيّة',
Expand Down Expand Up @@ -529,7 +527,6 @@ export const HafsHolyQuran: Array<Chapter> = [
'يَا أَيُّهَا الَّذِينَ آمَنُوا اصْبِرُوا وَصَابِرُوا وَرَابِطُوا وَاتَّقُوا اللَّهَ لَعَلَّكُمْ تُفْلِحُونَ',
],
},

{
name: 'النساء',
type: 'مدنيّة',
Expand Down Expand Up @@ -717,7 +714,6 @@ export const HafsHolyQuran: Array<Chapter> = [
'يَسْتَفْتُونَكَ قُلِ اللَّهُ يُفْتِيكُمْ فِي الْكَلَالَةِ ۚ إِنِ امْرُؤٌ هَلَكَ لَيْسَ لَهُ وَلَدٌ وَلَهُ أُخْتٌ فَلَهَا نِصْفُ مَا تَرَكَ ۚ وَهُوَ يَرِثُهَا إِن لَّمْ يَكُن لَّهَا وَلَدٌ ۚ فَإِن كَانَتَا اثْنَتَيْنِ فَلَهُمَا الثُّلُثَانِ مِمَّا تَرَكَ ۚ وَإِن كَانُوا إِخْوَةً رِّجَالًا وَنِسَاءً فَلِلذَّكَرِ مِثْلُ حَظِّ الْأُنثَيَيْنِ ۗ يُبَيِّنُ اللَّهُ لَكُمْ أَن تَضِلُّوا ۗ وَاللَّهُ بِكُلِّ شَيْءٍ عَلِيمٌ',
],
},

{
name: 'المآئدة',
type: 'مدنيّة',
Expand Down
4 changes: 2 additions & 2 deletions src/azkar/azkar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class Azkar {
}

/**
* Get a category from the categories
* Get a supplications by category
* @param {AzkarCategoriesEnum} category - Category enum or string key
* @returns Zikr[] - List of azkars in the category or undefined
*/
Expand All @@ -20,7 +20,7 @@ export class Azkar {

/**
* Get a random azkar from a specific category or overall
* @param {object} input - Input object containing category
* @param {AzkarCategoriesEnum} category - category
* @returns {Zikr} - Random azkar
* @throws {Error} - If category is not found
*/
Expand Down

0 comments on commit 7c1975b

Please sign in to comment.