Skip to content

Commit

Permalink
Update responses.md
Browse files Browse the repository at this point in the history
Fix. typo in the responses.md docs
  • Loading branch information
Shaglock authored and skryukov committed Aug 11, 2024
1 parent 1140cdd commit 71da8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EventsController < ApplicationController
end
```

Within Rails applications, the `Event/Show` page would typically correspond to the file located at `app/frontend/pages/User/Show.(jsx|vue|svelte)`.
Within Rails applications, the `Event/Show` page would typically correspond to the file located at `app/frontend/pages/Event/Show.(jsx|vue|svelte)`.

> [!WARNING]
> To ensure that pages load quickly, only return the minimum data required for the page. Also, be aware that **all data returned from the controllers will be visible client-side**, so be sure to omit sensitive information.
Expand Down

0 comments on commit 71da8a1

Please sign in to comment.