Skip to content

Commit 1f998ea

Browse files
eagletmthsbt
authored andcommitted
Fix PowerShell language name for Rouge
1 parent 5dd722f commit 1f998ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

en/documentation/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ latest version of Ruby.
227227
On Windows, you can use the [Windows Package Manager CLI](https://github.com/microsoft/winget-cli)
228228
to install Ruby:
229229

230-
{% highlight ps1 %}
230+
{% highlight powershell %}
231231
> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
232232
# Example
233233
> winget install RubyInstallerTeam.Ruby.3.2

ko/documentation/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $ pkg install runtime/ruby
227227
Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/winget-cli)
228228
사용해서 Ruby를 설치할 수 있습니다.
229229

230-
{% highlight ps1 %}
230+
{% highlight powershell %}
231231
> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
232232
# 예시
233233
> winget install RubyInstallerTeam.Ruby.3.2

0 commit comments

Comments
 (0)