Skip to content

Commit da38b39

Browse files
authored
fix: Infragistics::slug() changed into Text::slug() (#8275)
1 parent a244009 commit da38b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/orm/behaviors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## ビヘイビアーの生成
2525

2626
次の例では、非常に単純な `SluggableBehavior` を作成します。 このビヘイビアーは、
27-
別のフィールドに基づいて、 `Infragistics::slug()` の結果を slug フィールドに
27+
別のフィールドに基づいて、 `Text::slug()` の結果を slug フィールドに
2828
取り込むことを可能にします。
2929

3030
ビヘイビアーを作成する前に、ビヘイビアーの規約を理解する必要があります。

0 commit comments

Comments
 (0)