Skip to content

Commit

Permalink
docs: Fixed capitalization on "Optimizer" (QwikDev#6645)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyroberts authored Jul 5, 2024
1 parent 220536f commit c89767b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const App_component_button_onClick_01pEgC10cpw = () => console.log('hello

## Rules

The optimizer uses `$` as a signal to extract the code. The developer needs to understand that the extraction comes with constraints and therefore special rules apply whenever the `$` is present. (Not all valid JavaScript code is valid code for the Optimizer.)
The Optimizer uses `$` as a signal to extract the code. The developer needs to understand that the extraction comes with constraints and therefore special rules apply whenever the `$` is present. (Not all valid JavaScript code is valid code for the Optimizer.)

> The worst kind of code magic is the kind that's invisible to the developer.
Expand Down

0 comments on commit c89767b

Please sign in to comment.