Skip to content

Commit 202edf7

Browse files
authored
fix(random-name): add xavier niel for consistency (#1804)
1 parent 24ef80a commit 202edf7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/chatty-lemons-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@scaleway/random-name": patch
3+
---
4+
5+
Add Xavier Niel on random name

packages/random-name/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,9 @@ const NAMES = [
613613
// Isaac Newton invented classic mechanics and modern optics. https://en.wikipedia.org/wiki/Isaac_Newton
614614
'newton',
615615

616+
// Xavier Niel - ;) https://en.wikipedia.org/wiki/Xavier_Niel
617+
'niel',
618+
616619
// Florence Nightingale, more prominently known as a nurse, was also the first female member of the Royal Statistical Society and a pioneer in statistical graphics https://en.wikipedia.org/wiki/Florence_Nightingale#Statistics_and_sanitary_reform
617620
'nightingale',
618621

0 commit comments

Comments
 (0)