mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
fix: typo
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"build": "react-scripts build",
|
||||
"eject": "react-scripts eject",
|
||||
"now-build": "yarn build",
|
||||
"now-dev": "react-scripts start",
|
||||
"now-dev": "BROWSER=none react-scripts start",
|
||||
"start": "react-scripts start",
|
||||
"test": "react-scripts test"
|
||||
},
|
||||
@@ -21,6 +21,7 @@
|
||||
"react-helmet": "^5.2.1",
|
||||
"react-i18next": "^10.11.4",
|
||||
"react-icons": "^3.7.0",
|
||||
"react-router-dom": "^5.0.1",
|
||||
"react-scripts": "3.0.1",
|
||||
"react-spinners": "^0.5.13",
|
||||
"react-tippy": "^1.2.3",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "その名前、もう使われてる?",
|
||||
"description": "namæ をつかって、思いついた「名前」が誰にも使われていないか調べましょう。",
|
||||
"description": "namæ をつかって、思いついた「名前」が被っていないか調べよう。",
|
||||
"placeholder": "検索",
|
||||
"providers": {
|
||||
"domains": "ドメイン",
|
||||
|
Reference in New Issue
Block a user