about summary refs log tree commit diff
path: root/nixos/doc/manual/development/writing-documentation.chapter.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development/writing-documentation.chapter.md')
-rw-r--r--nixos/doc/manual/development/writing-documentation.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/writing-documentation.chapter.md b/nixos/doc/manual/development/writing-documentation.chapter.md
index 7c29f600d7012..4986c9f0a81b6 100644
--- a/nixos/doc/manual/development/writing-documentation.chapter.md
+++ b/nixos/doc/manual/development/writing-documentation.chapter.md
@@ -19,7 +19,7 @@ $ nix-shell
 nix-shell$ make
 ```
 
-Once you are done making modifications to the manual, it\'s important to
+Once you are done making modifications to the manual, it's important to
 build it before committing. You can do that as follows:
 
 ```ShellSession