From 6ab38f075477c701dd3956bd7356fbacdcf2242b Mon Sep 17 00:00:00 2001 From: Erlang Parasu Date: Tue, 7 Nov 2023 08:20:53 +0800 Subject: [PATCH] Update custom_row_classes.md: fix typo --- docs/pages/docs/custom_row_classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/custom_row_classes.md b/docs/pages/docs/custom_row_classes.md index 8cad8c1e5..b894c3116 100644 --- a/docs/pages/docs/custom_row_classes.md +++ b/docs/pages/docs/custom_row_classes.md @@ -50,7 +50,7 @@ If you want to use another constructor, set the `constructor` parameter on the {% assign snippets = "package:drift_docs/snippets/custom_row_classes/named.dart.excerpt.json" | readString | json_decode %} {% include "blocks/snippet" snippets = snippets name = "named" %} -### Static and aynchronous factories +### Static and asynchronous factories Starting with drift 2.0, the custom constructor set with the `constructor` parameter on the `@UseRowClass` annotation may also refer to a static method