From f6762c4aa41167e591137afdc94c29ae2480725f Mon Sep 17 00:00:00 2001 From: Oliver King <11923466+OllyK@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:26:59 +0000 Subject: [PATCH] Fixes punctuation on outcomes --- technology_and_tooling/bash_shell/index.md | 12 ++++++------ technology_and_tooling/version_control/index.md | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/technology_and_tooling/bash_shell/index.md b/technology_and_tooling/bash_shell/index.md index 35326a13..4b26a224 100644 --- a/technology_and_tooling/bash_shell/index.md +++ b/technology_and_tooling/bash_shell/index.md @@ -12,12 +12,12 @@ files: [ 06-loop.md ] learningOutcomes: - - Navigate the file system using absolute and relative paths - - Modify shell command behavior with options and arguments - - Create and manage directory hierarchies - - Combine commands to generate new outputs - - Redirect command outputs to files - - Write and execute shell scripts + - Navigate the file system using absolute and relative paths. + - Modify shell command behavior with options and arguments. + - Create and manage directory hierarchies. + - Combine commands to generate new outputs. + - Redirect command outputs to files. + - Write and execute shell scripts. summary: | The Bash shell is a command-line interface used in Unix-based operating systems such as Linux and macOS. This course will introduce you to the basics of using diff --git a/technology_and_tooling/version_control/index.md b/technology_and_tooling/version_control/index.md index 3d1db23e..0f4222b2 100644 --- a/technology_and_tooling/version_control/index.md +++ b/technology_and_tooling/version_control/index.md @@ -15,13 +15,13 @@ files: [ 08-ignore.md ] learningOutcomes: - - Learn how version control systems work - - Configure Git and Github - - Create or clone repositories - - Learn the modify-add-commit cycle - - Compare files with previous versions - - Manage branches and resolve merge conflicts - - Exclude certain files from version control + - Learn how version control systems work. + - Configure Git and Github. + - Create or clone repositories. + - Learn the modify-add-commit cycle. + - Compare files with previous versions. + - Manage branches and resolve merge conflicts. + - Exclude certain files from version control. attribution: - citation: > This material was originally taken from training materials developed by the