Skip to content

Commit 85083e1

Browse files
authored
Merge pull request #288 from FreeBono/main
fixing typos in the README
2 parents aae37df + 9291377 commit 85083e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dart_mappable/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
---
3434

3535
`dart_mappable` covers all basic features *(from/to json, == override, hashCode, toString(), copyWith)*
36-
while adding new or improved support for advances use-cases including **generics, inheritance and
36+
while adding new or improved support for advanced use-cases including **generics, inheritance and
3737
polymorphism, customization** and more.
3838

3939
- 🎁 **Everything included**: Serialization, Equality, ToString, CopyWith and more.
@@ -77,7 +77,7 @@ To use a class you must:
7777
- annotate the class with `@MappableClass()` and
7878
- apply a mixin with the name of the class plus `Mappable`.
7979

80-
***Tip**: Don't worry if the mixin don't exist at first, just run code-generation once an it will be created.
80+
***Tip**: Don't worry if the mixin don't exist at first, just run code-generation once and it will be created.
8181
The builder will also warn you if you define your class without the proper mixin.*
8282

8383
***Note**: For generic classes (e.g. `MyClass<T>`) make sure to also provide all type parameters

0 commit comments

Comments
 (0)