Skip to content

Commit

Permalink
docs: Clarifies the testimonial section of the What is Redwood docume…
Browse files Browse the repository at this point in the history
…ntation (redwoodjs#9207)

Removing the ellipsis here for clarity!
  • Loading branch information
jdrbc authored Oct 8, 2023
1 parent 58a7a8f commit 040589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter0/what-is-redwood.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const Success = ({ testimonials }) => {
}
```

(In this case we don't export `Empty` so that if there aren't any, that section of the final page won't render anything, not even indicating to the user that something is missing.)
(In this case we don't export `Empty` so that if there aren't any testimonials, that section of the final page won't render anything, not even indicating to the user that something is missing.)

If you ever create additional clients for your server (a mobile app, perhaps) you'll be giving yourself a huge advantage by using GraphQL from the start.

Expand Down

0 comments on commit 040589a

Please sign in to comment.