diff --git a/pages/common/flutter.md b/pages/common/flutter.md index aba8126ea4..dc18cc246b 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -1,6 +1,6 @@ # flutter -> Google’s free, open source, and cross-platform mobile app SDK. +> Google's free, open source, and cross-platform mobile app SDK. - Check the Flutter version: diff --git a/pages/common/mpv.md b/pages/common/mpv.md index 6b6da06af4..1089cd32d4 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -24,4 +24,4 @@ - Play a file using a profile defined in the `mpv.conf` file: -`mpv --profile {{profile_name}} {{file}}` +`mpv --profile {{profile_name}} {{file}}` diff --git a/pages/linux/dmesg.md b/pages/linux/dmesg.md index 1e53ef7279..92d1dfab13 100644 --- a/pages/linux/dmesg.md +++ b/pages/linux/dmesg.md @@ -1,6 +1,6 @@ # dmesg -> Write the kernel messages to standard output. +> Write the kernel messages to standard output. - Show kernel messages: diff --git a/pages/linux/run-mailcap.md b/pages/linux/run-mailcap.md index dd787f03be..f5de973ca4 100644 --- a/pages/linux/run-mailcap.md +++ b/pages/linux/run-mailcap.md @@ -15,7 +15,7 @@ `run-mailcap --action=ACTION --debug {{filename}}` -- Ignore any "copiousoutput" directive and forward output to STD‐OUT: +- Ignore any "copiousoutput" directive and forward output to standard output: `run-mailcap --action=ACTION --nopager {{filename}}` diff --git a/pages/osx/ditto.md b/pages/osx/ditto.md index c59e1b1a1f..28f9fc6e50 100644 --- a/pages/osx/ditto.md +++ b/pages/osx/ditto.md @@ -6,7 +6,7 @@ `ditto {{path/to/source}} {{path/to/destination}}` -- Print a line to the Terminal window for every file that’s being copied: +- Print a line to the Terminal window for every file that's being copied: `ditto -V {{path/to/source}} {{path/to/destination}}` diff --git a/pages/osx/dmesg.md b/pages/osx/dmesg.md index eb3b54352e..5478d302d6 100644 --- a/pages/osx/dmesg.md +++ b/pages/osx/dmesg.md @@ -1,6 +1,6 @@ # dmesg -> Write the kernel messages to standard output. +> Write the kernel messages to standard output. - Show kernel messages: diff --git a/pages/osx/launchctl.md b/pages/osx/launchctl.md index 5977338d46..34b4f0ed05 100644 --- a/pages/osx/launchctl.md +++ b/pages/osx/launchctl.md @@ -23,10 +23,10 @@ `launchctl unload ~/Library/LaunchAgents/{{my_script}}.plist` -- Manually run a known (loaded) agent/daemon, even if it isn’t the right time (note: this command uses the agent's label, rather than the filename): +- Manually run a known (loaded) agent/daemon, even if it is not the right time (note: this command uses the agent's label, rather than the filename): `launchctl start {{my_script}}` -- Manually kill the process associated with a known agent/daemon, if it's running: +- Manually kill the process associated with a known agent/daemon, if it is running: `launchctl stop {{my_script}}` diff --git a/pages/osx/oathtool.md b/pages/osx/oathtool.md index 95ad596b4a..af56427661 100644 --- a/pages/osx/oathtool.md +++ b/pages/osx/oathtool.md @@ -8,7 +8,7 @@ - Generate a TOTP token for a specific time: -`oathtool --totp --now {{2004−02−29 16:21:42}} --base32 {{secret}}` +`oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{secret}}` - Validate a TOTP token: diff --git a/pages/sunos/dmesg.md b/pages/sunos/dmesg.md index eb3b54352e..5478d302d6 100644 --- a/pages/sunos/dmesg.md +++ b/pages/sunos/dmesg.md @@ -1,6 +1,6 @@ # dmesg -> Write the kernel messages to standard output. +> Write the kernel messages to standard output. - Show kernel messages: