소스 검색

Merge pull request #5329 from mastre/patch-1

Update versions.md
Rob 9 년 전
부모
커밋
74e8f44799
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/versions.md

+ 1 - 1
doc/articles/versions.md

@@ -65,7 +65,7 @@ breaks until 2.0, that works well. Another way of looking at it is that using
 
 Example: `~1.2`
 
-> **Note:** Though `2.0-beta.1` is strictly before `2.0`, a version constraint
+> **Note:** Although `2.0-beta.1` is strictly before `2.0`, a version constraint
 > like `~1.2` would not install it. As said above `~1.2` only means the `.2`
 > can change but the `1.` part is fixed.