-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwords.js
13 lines (13 loc) · 1.58 KB
/
words.js
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
words: ["pope", "catholic", "vatican", "transubstantiation", "universal", "communion", "monk", "monastery", "priest", "nun", "abbot", "cathedral", "holy Mary, Mother of God",
"our Father, who art in Heaven",
"the sacred heart of Jesus", "peace be with you, and also with you", "St. Michael the Archangel defend us in battle", "salve regina", "St. Thomas Aquinas", "Thomas Merton", "Fatima",
"Lourdes", "eucharist", "Trappist", "Ursuline", "Cistercian", "liturgy of the hours", "confiteor", "dogma", "tradition", "Papal enclave", "feast day", "saint", "tridentine",
"Benedictine", "canonization", "beatified", "St. Rose of Lima", "St. Gabriel", "John-Henry Newman", "annunciation", "assumption", "Kyrie eleison", "Christe eleison", "pontificate",
"vicar of Christ", "intercession", "Paschal mystery", "Apostles creed", "Nicene creed", "St. Francis of Assisi", "Pope St. John Paul II", "Pope Francis", "rosary", "relic",
"saint medal", "stations of the cross", "immaculate conception", "triduum", "Holy days of obligation", "opus Dei", "annointing of the sick", "adoration", "Ash Wednesday", "confession",
"miter", "ecumenical council", "catechesis", "natural law", "monsignor", "diocese", "seal of confession", "consecration", "encyclical", "deacon", "apostolic succession", "litany",
"magisterium", "College of Cardinals", "Padre Pio", "St. Therese of Lisieux", "Our Lady of Guadalupe", "bless us, oh lord, and these thy gifts", "forgive me Father, for I have sinned",
"St. Joseph", "St. James", "novena"
]
}