Skip to content

Commit 33fc35c

Browse files
Update trailing slash meaning
Co-authored-by: Ethan Arrowood <ethan@arrowood.dev>
1 parent 48919df commit 33fc35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.6/developers/applications/loading-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ curl http://localhost:9926/Dog/
6969
You should see both `Harper` and `Balto` returned as JSON.
7070

7171
:::info
72-
💡 Notice the trailing `/` in the URL (`/Dog/`). This tells Harper to return all records in the table. Leaving it off would look for a single record instead.
72+
💡 Notice the trailing `/` in the URL (`/Dog/`). This tells Harper to return all records in the table. Leaving it off would result in a description of the `Dog` table instead.
7373

7474
For more details on querying tables, resources, and records with the REST plugin, see the [REST reference docs](../../developers/rest).
7575
:::

0 commit comments

Comments
 (0)