diff --git a/src/content/learn/index.md b/src/content/learn/index.md index 15e3b28663c..958aa846990 100644 --- a/src/content/learn/index.md +++ b/src/content/learn/index.md @@ -197,7 +197,7 @@ return ( ); ``` -If you prefer more compact code, you can use the [conditional `?` operator.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator) Unlike `if`, it works inside JSX: +If you prefer more compact code, you can use the [conditional `?` operator.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator) Unlike `if`, it works inline inside JSX: ```js