Skip to content

Commit 6ba552d

Browse files
authored
Update tab-files.md
quick fix
1 parent 150b9b0 commit 6ba552d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/tab-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Amazing_add_on_tab
7777
}
7878
7979
80-
// This function is needed to display data as Entry Manager column
80+
// This function is needed to display data as an Entry Manager column
8181
public function renderTableCell($data, $field_id, $entry)
8282
{
8383
$entry_meta = $this->getEntryMeta($entry->entry_id);
@@ -227,4 +227,4 @@ Display the tab data as column in the Entry Manager
227227

228228
Sets [table column configuration](development/services/table.html#setting-the-columns) for Entry Manager
229229

230-
Returns `Array`
230+
Returns `Array`

0 commit comments

Comments
 (0)