소스 검색

Remove a stray double quote from Exporting (#4823)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pierre Caye 4 년 전
부모
커밋
e0c7f2db26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      getting_started/step_by_step/exporting.rst

+ 1 - 1
getting_started/step_by_step/exporting.rst

@@ -40,7 +40,7 @@ In **Project > Project Settings**, under **Input Devices > Pointing**, enable
 
 We also want to ensure that the game scales consistently on different-sized screens,
 so in the project settings go to **Display**, then click on **Window**. In the **Stretch**
-options, set **Mode** to ``2d``" and **Aspect** to ``keep``.
+options, set **Mode** to ``2d`` and **Aspect** to ``keep``.
 
 Since we are already in the **Window** settings, we should also set under **Handheld**
 the **Orientation** to ``portrait``.