Skip to content

Commit

Permalink
Fix typo on vaporwave-3d-scene-with-threejs.mdx (#648)
Browse files Browse the repository at this point in the history
Deleted an extra letter.
  • Loading branch information
ozkxr authored Oct 10, 2023
1 parent b861c1e commit ac0bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/vaporwave-3d-scene-with-threejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ The Linear WebGL scene actually leverages some **Three.js post-processing effect
What's post-processing in the world of Three.js?
It's a way to apply graphical effects to your scene. In our case, the RGBShift is one specific effect among many others.

I encourage you to check out or just skim through the dedicated doc on [how to use prost-processing](https://threejs.org/docs/?q=post#manual/en/introduction/How-to-use-post-processing) before continuing.
I encourage you to check out or just skim through the dedicated doc on [how to use post-processing](https://threejs.org/docs/?q=post#manual/en/introduction/How-to-use-post-processing) before continuing.

</Callout>

Expand Down

1 comment on commit ac0bfe0

@vercel
Copy link

@vercel vercel bot commented on ac0bfe0 Oct 10, 2023

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.