소스 검색

nano: linting

Igor Shubovych 9 년 전
부모
커밋
b185c58fa8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/common/nano.md

+ 3 - 3
pages/common/nano.md

@@ -2,14 +2,14 @@
 
 > Simple, easy to use editor. An enhanced, free Pico clone.
 
-- Start nano in terminal with {filename}
+- Start nano in terminal with {filename}:
 
 `nano {{filename}}`
 
-- Enable smooth scrolling.
+- Enable smooth scrolling:
 
 `nano -S {{filename}}`
 
-- Indent new lines to the previous lines' indentation.
+- Indent new lines to the previous lines' indentation:
 
 `nano -i {{filename}}`