File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/api-reference/data-fetching Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The `context` parameter is an object containing the following keys:
4343
4444## getServerSideProps return values
4545
46- The ` getServerSideProps ` function should return an object with the following ** optional ** properties:
46+ The ` getServerSideProps ` function should return an object with ** any one of the following** properties:
4747
4848### ` props `
4949
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The `context` parameter is an object containing the following keys:
4141
4242## getStaticProps return values
4343
44- The ` getStaticProps ` function should return an object with the following ** optional ** properties:
44+ The ` getStaticProps ` function should return object with ** any one of the following** properties:
4545
4646### ` props `
4747
You can’t perform that action at this time.
0 commit comments