From 90b9f3b4ada9a8cbed95699545fc20c8ac3e0d94 Mon Sep 17 00:00:00 2001 From: Drew Beno <123168576+drewbeno1@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:18:16 -0400 Subject: [PATCH] Fixing Docs Typo --- docs/guide/ordering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ordering.md b/docs/guide/ordering.md index 8e7c134f..72f6b50e 100644 --- a/docs/guide/ordering.md +++ b/docs/guide/ordering.md @@ -77,7 +77,7 @@ class FruitOrder: !!! tip - `strawberry_django.Ordering` has convinient method `resolve` that can be used to + `strawberry_django.Ordering` has convenient method `resolve` that can be used to convert field's name to appropriate `F` object with correctly applied `asc()`, `desc()` method with `nulls_first` and `nulls_last` arguments.