Merge pull request #12314 from maxunbearable/fix/5294-show-help-circle-symbol

JS Resource Module example minor symbol correction
This commit is contained in:
Igor Kulikov 2024-12-24 12:43:23 +02:00 committed by GitHub
commit e28ca38695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ These modules can contain any JavaScript code, facilitating the reuse of specifi
You can declare variables: You can declare variables:
```javascript ```javascript
export const circle = '&#11044'; export const circle = '⬤';
{:copy-code} {:copy-code}
``` ```
```javascript ```javascript