Skip to content

Commit 2d89ef3

Browse files
authored
Update fluid.md
1 parent 85db33d commit 2d89ef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fieldtypes/fluid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,25 +181,25 @@ Additionally, the following variable are available **when using custom field gro
181181

182182
{fluid_content:count_in_group}
183183

184-
The "count" out of the field being displayed in current field group. If five fields are in group, then for the fourth field the `count` variable would have a value of "4".
184+
The "count" out of the fields being displayed in a field group. If five fields are in a group, then for the fourth field the `count` variable would have a value of "4".
185185

186186
### `first_in_group`
187187

188188
{fluid_content:first_in_group}
189189

190-
True, if the current field is the first one in current field group.
190+
True, if the current field is the first one in the current field group.
191191

192192
### `index_in_group`
193193

194194
{fluid_content:index_in_group}
195195

196-
The index of the field being displayed in current field group starting at 0.
196+
The index of the field being displayed in the current field group starting at 0.
197197

198198
### `last_in_group`
199199

200200
{fluid_content:last_in_group}
201201

202-
True, if the current field is the last one in current field group.
202+
True, if the current field is the last one in the current field group.
203203

204204
### `first_group`
205205

0 commit comments

Comments
 (0)