Skip to content

Commit

Permalink
fix typos in explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber committed Apr 10, 2015
1 parent 01998c0 commit 04a64ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BibTeX.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function processField(item, field, value, rawValue) {
}
} else if(field == "fjournal") {
if(item.publicationTitle) {
// move publicationTitle to abbreviation, since itprobably came from 'journal'
// move publicationTitle to abbreviation, since it probably came from 'journal'
item.journalAbbreviation = item.publicationTitle;
}
item.publicationTitle = value;
Expand Down Expand Up @@ -1047,7 +1047,7 @@ function tidyAccents(s) {

var numberRe = /^[0-9]+/;
// Below is a list of words that should not appear as part of the citation key
// in includes the indefinite articles of English, German, French and Spanish, as well as a small set of English prepositions whose
// it includes the indefinite articles of English, German, French and Spanish, as well as a small set of English prepositions whose
// force is more grammatical than lexical, i.e. which are likely to strike many as 'insignificant'.
// The assumption is that most who want a title word in their key would prefer the first word of significance.
// Also remove markup
Expand Down

0 comments on commit 04a64ed

Please sign in to comment.