diff --git a/docs/setup.en.md b/docs/setup.en.md
index c9556e8b5d..59637804cc 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -14,8 +14,8 @@ If you can use Docker, please see [Setup with Docker](./docker.en.md).
 ----------------------------------------------------------------
 Misskey requires two domains called the primary domain and the secondary domain.
 
-* The primary domain is used to provide main service of Misskey.
-* The secondary domain is used to avoid vulnerabilities such as XSS.
+* The primary-domain is used to provide the main service of Misskey.
+* The secondary-domain is used to avoid vulnerabilities such as XSS.
 
 **Ensure that the secondary domain is not a subdomain of the primary domain.**
 
diff --git a/src/common/othello/ai/front.ts b/src/common/othello/ai/front.ts
index 838e5a1430..f9e6bca1b8 100644
--- a/src/common/othello/ai/front.ts
+++ b/src/common/othello/ai/front.ts
@@ -224,7 +224,7 @@ function gameStart(game) {
  * @param inviter 誘ってきたユーザー
  */
 async function onInviteMe(inviter) {
-	console.log(`Anybody invited me: @${inviter.username}`);
+	console.log(`Someone invited me: @${inviter.username}`);
 
 	// 承認
 	const game = await request.post('https://api.misskey.xyz/othello/match', {