Skip to content

Commit

Permalink
fix typo (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Jan 25, 2024
1 parent 483e87d commit 2019412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/client-side-sdks/nextjs/nextjs-usage-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const ClientComponent = () => {
```

Now if the user is receiving a value of `true` for the variable `specialFeature`, the component's code will be
sent to the client. Otherwise, it will not exist in the client-code code.
sent to the client. Otherwise, it will not exist in the client-side code.

There are some restrictions to this approach that you should be aware of:
- It can only be called in a client component file
Expand Down

1 comment on commit 2019412

@vercel
Copy link

@vercel vercel bot commented on 2019412 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.