Skip to content

Commit

Permalink
docs: fix a few spelling mistakes
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
blaugold committed May 9, 2022
1 parent e584a50 commit 9404ae7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions packages/cbl/README.md
Expand Up @@ -50,7 +50,7 @@ Couchbase Lite you use.
| [cbl_flutter_ce] | use the **Community Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ce) | | | |
| [cbl_flutter_ee] | use the **Enterprise Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ee) | | | |
| [cbl_sentry] | integrate Couchbase Lite with Sentry in a Dart or Flutter app. | ![](https://badgen.net/pub/v/cbl_sentry) | ![](https://badgen.net/pub/likes/cbl_sentry) | ![](https://badgen.net/pub/points/cbl_sentry) | ![](https://badgen.net/pub/popularity/cbl_sentry) |
| [cbl_generator] | generated Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |
| [cbl_generator] | generate Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |

### Table of contents

Expand Down Expand Up @@ -529,9 +529,9 @@ classes can be used with specialized APIs of [`Database`][database],
// Declare the part file into which the generated code will be written.
part 'user.cbl.type.g.dart';
// Per default the type of a document is encoded in the `type` property of the underlying data.
// The value is a string that is the name of the annotated class. This can be customized by
// setting `TypedDocument.typeMatcher`.
// Per default the type of a document is encoded in the `type` property in
// the underlying data. The value is a string that is the name of the annotated
// class. This can be customized by setting `TypedDocument.typeMatcher`.
@TypedDocument()
abstract class User with _$User {
factory User({
Expand Down Expand Up @@ -583,7 +583,7 @@ classes can be used with specialized APIs of [`Database`][database],
// Every typed data class has a mutable and immutable variant. The mutable
// class has the same name as the immutable class, but with the `Mutable`
// suffix. A mutable instance can be created though by constructing it, or from
// suffix. A mutable instance can be created by constructing it, or from
// an immutable instance, through the `toMutable` method.
final user = MutableUser(
name: PersonalName(first: 'Alice', last: 'Green'),
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_dart/README.md
Expand Up @@ -50,7 +50,7 @@ Couchbase Lite you use.
| [cbl_flutter_ce] | use the **Community Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ce) | | | |
| [cbl_flutter_ee] | use the **Enterprise Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ee) | | | |
| [cbl_sentry] | integrate Couchbase Lite with Sentry in a Dart or Flutter app. | ![](https://badgen.net/pub/v/cbl_sentry) | ![](https://badgen.net/pub/likes/cbl_sentry) | ![](https://badgen.net/pub/points/cbl_sentry) | ![](https://badgen.net/pub/popularity/cbl_sentry) |
| [cbl_generator] | generated Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |
| [cbl_generator] | generate Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |

# 🎯 Platform Support

Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_flutter/README.md
Expand Up @@ -50,7 +50,7 @@ Couchbase Lite you use.
| [cbl_flutter_ce] | use the **Community Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ce) | | | |
| [cbl_flutter_ee] | use the **Enterprise Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ee) | | | |
| [cbl_sentry] | integrate Couchbase Lite with Sentry in a Dart or Flutter app. | ![](https://badgen.net/pub/v/cbl_sentry) | ![](https://badgen.net/pub/likes/cbl_sentry) | ![](https://badgen.net/pub/points/cbl_sentry) | ![](https://badgen.net/pub/popularity/cbl_sentry) |
| [cbl_generator] | generated Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |
| [cbl_generator] | generate Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |

# 🎯 Platform Support

Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_generator/README.md
Expand Up @@ -50,7 +50,7 @@ Couchbase Lite you use.
| [cbl_flutter_ce] | use the **Community Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ce) | | | |
| [cbl_flutter_ee] | use the **Enterprise Edition** in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ee) | | | |
| [cbl_sentry] | integrate Couchbase Lite with Sentry in a Dart or Flutter app. | ![](https://badgen.net/pub/v/cbl_sentry) | ![](https://badgen.net/pub/likes/cbl_sentry) | ![](https://badgen.net/pub/points/cbl_sentry) | ![](https://badgen.net/pub/popularity/cbl_sentry) |
| [cbl_generator] | generated Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |
| [cbl_generator] | generate Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |

# 🔌 Getting Started

Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_sentry/README.md
Expand Up @@ -18,7 +18,7 @@ and features you want to use:
| [cbl_flutter_ce] | use the Community Edition in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ce) | | | |
| [cbl_flutter_ee] | use the Enterprise Edition in a Flutter app. | ![](https://badgen.net/pub/v/cbl_flutter_ee) | | | |
| [cbl_sentry] | integrate Couchbase Lite with Sentry in a Dart or Flutter app. | ![](https://badgen.net/pub/v/cbl_sentry) | ![](https://badgen.net/pub/likes/cbl_sentry) | ![](https://badgen.net/pub/points/cbl_sentry) | ![](https://badgen.net/pub/popularity/cbl_sentry) |
| [cbl_generator] | generated Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |
| [cbl_generator] | generate Dart code to access data trough a typed data model. | ![](https://badgen.net/pub/v/cbl_generator) | ![](https://badgen.net/pub/likes/cbl_generator) | ![](https://badgen.net/pub/points/cbl_generator) | ![](https://badgen.net/pub/popularity/cbl_generator) |

> This package is in beta. Use it with caution and [report any issues you
> see][issues].
Expand Down

0 comments on commit 9404ae7

Please sign in to comment.