mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-06-07 08:19:57 +00:00
Fixed Apostrophe
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
df95fdc08a
commit
47279d1c3b
@ -103,10 +103,10 @@ With inbuilt themes you can customize the look of the card without doing any [ma
|
||||
Use `?theme=THEME_NAME` parameter like so :-
|
||||
|
||||
```md
|
||||

|
||||

|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### All inbuilt themes :-
|
||||
|
||||
|
@ -65,7 +65,7 @@ export default class ProfileCard extends Card {
|
||||
)
|
||||
|
||||
this.title = `${encodeHTML(this.username)}${
|
||||
['x', 's'].includes(this.username.slice(-1)) ? '' : 's'
|
||||
['x', 's'].includes(this.username.slice(-1)) ? '\'' : '\'s'
|
||||
} Code::Stats Profile`
|
||||
|
||||
const textColor = getColor('text_color', options.text_color, options.theme)
|
||||
|
Loading…
x
Reference in New Issue
Block a user