Skip to content

Commit

Permalink
Update spanish-transforms.js
Browse files Browse the repository at this point in the history
spelling errors

Signed-off-by: Olga <[email protected]>
  • Loading branch information
ImenaOphelia authored Nov 30, 2024
1 parent c224fd8 commit 9ac0e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/js/language/es/spanish-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,15 @@ export const spanishTransforms = {
rules: [
// -ar verbs
suffixInflection('a', 'ar', ['v_ar'], ['v_ar']),
suffixInflextion('emos', 'ar', ['v_ar'], ['v_ar']),
suffixInflection('emos', 'ar', ['v_ar'], ['v_ar']),
suffixInflection('ad', 'ar', ['v_ar'], ['v_ar']),
// -er verbs
suffixInflection('e', 'er', ['v_er'], ['v_er']),
suffixInflextion('amos', 'ar', ['v_er'], ['v_er']),
suffixInflection('amos', 'ar', ['v_er'], ['v_er']),
suffixInflection('ed', 'er', ['v_er'], ['v_er']),
// -ir verbs
suffixInflection('e', 'ir', ['v_ir'], ['v_ir']),
suffixInflextion('amos', 'ar', ['v_ir'], ['v_ir']),
suffixInflection('amos', 'ar', ['v_ir'], ['v_ir']),
suffixInflection('id', 'ir', ['v_ir'], ['v_ir']),
// irregular verbs
wholeWordInflection('diga', 'decir', ['v'], ['v']),
Expand Down

0 comments on commit 9ac0e62

Please sign in to comment.