Skip to content

Commit e1e2bcd

Browse files
yousriseshia
andauthored
Apply suggestions from code review
Co-Authored-By: riseshia <rise.shia@gmail.com>
1 parent bfb9042 commit e1e2bcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ko/documentation/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ sudo yum install ruby
9898
### snap (Ubuntu나 다른 리눅스 배포판)
9999
{: #snap}
100100

101-
Snap은 Canonical에 의해 개발된 패키지 매니저입니다. 이는 Ubuntu에서 바로 사용가능합니다만, 다른 리눅스 배포판에서도 동작합니다.
101+
Snap은 Canonical에 의해 개발된 패키지 매니저입니다. 이는 Ubuntu에서 바로 사용 가능합니다만, 다른 리눅스 배포판에서도 동작합니다.
102102
다음과 같이 사용할 수 있습니다.
103103

104104
{% highlight sh %}

ko/news/_posts/2018-11-08-snap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ sudo snap refresh
4343

4444
루비 snap은 `GEM_HOME``GEM_PATH` 환경 변수를 `$HOME/.gem`으로
4545
지정합니다.
46-
그러므로 만약 `rails``rspec`과 같은 설치 젬의 명령을 `bundle exec` 없이
47-
실행하고 싶다면 아래의 명령을 rc 파일(예를 들어 `.bashrc`)에 추가해야
46+
그러므로 만약 젬에서 설치한 `rails``rspec`과 같은 명령을 `bundle exec` 없이
47+
실행하고 싶다면 아래의 명령을 rc 파일(예를 들어 `.bashrc`)에 추가해야
4848
합니다.
4949

5050
```

0 commit comments

Comments
 (0)