olmps / memo

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.
BSD 3-Clause "New" or "Revised" License
1.82k stars 158 forks source link

Fix #286 - typo on cards of "BDD - Fundamentos" Collection. #285

Closed revagomes closed 2 years ago

revagomes commented 2 years ago

There are a few occurrences of "orientado a comportamente" (with letter E) rather than "orientado a comportamento" (with letter O).

I replaced the letter "E" with the letter "O" where it was necessary.

Fix #286

matuella commented 2 years ago

Thanks for the contribution @revagomes

At the moment, we are finishing migrating memo from a local database to server, and this included moving all collections that we have today. Could you point this PR to server, please? The moved collections can be found now at firebase/collections folder.

revagomes commented 2 years ago

I've already done. ;)

I added a correction on Firebase Collections and on Flutter Collections as well.

I hope you don't mind :P

matuella commented 2 years ago

Hey @revagomes, sorry for the delay.

Thanks a bunch for your contribution!