From 72e91346586388280701c5c3822be4588fdfa3ce Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Thu, 15 Oct 2020 13:54:46 +0200 Subject: [PATCH] Examples: Fix typo. --- examples/jsm/postprocessing/Pass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jsm/postprocessing/Pass.js b/examples/jsm/postprocessing/Pass.js index cdfdfa0c11..c8c549d193 100644 --- a/examples/jsm/postprocessing/Pass.js +++ b/examples/jsm/postprocessing/Pass.js @@ -34,7 +34,7 @@ Object.assign( Pass.prototype, { // Helper for passes that need to fill the viewport with a single quad. -// Important: It's actually a hack to put FullScreenQuad into the Pass namesapce. This is only +// Important: It's actually a hack to put FullScreenQuad into the Pass namespace. This is only // done to make examples/js code work. Normally, FullScreenQuad should be exported // from this module like Pass. -- GitLab