Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Popescu committed Nov 20, 2024
1 parent 3dd73ff commit a46576f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion episodes/basic-git-commands.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Let's create a file called `guacamole.md` that contains the basic structure to
have a recipe.
We'll use `nano` to edit the file;
you can use whatever editor you like.
In particular, this does not have to be the `core.editor` you set globally earlier. But remember, the steps to create create or edit a new file will depend on the editor you choose (it might not be nano). For a refresher on text editors, check out ["Which Editor?"](https://swcarpentry.github.io/shell-novice/03-create.html#which-editor) in [The Unix Shell](https://swcarpentry.github.io/shell-novice/) lesson.
In particular, this does not have to be the `core.editor` you set globally earlier. But remember, the steps to create create or edit a new file will depend on the editor you choose (it might not be nano).
For a refresher on text editors, check out ["Which Editor?"](https://swcarpentry.github.io/shell-novice/03-create.html#which-editor) in [The Unix Shell](https://swcarpentry.github.io/shell-novice/) lesson.

```bash
$ nano guacamole.md
Expand Down
2 changes: 1 addition & 1 deletion episodes/qsmm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This consists of the following levels:
## Goals for Research-Developed Software

- Most software developed by researchers will fall in the Category 1 and 2 in the Software Product Maturity levels.
Goal is to make it possible to transistion this to Category 3 and 4 if ever needed
Goal is to make it possible to transition this to Category 3 and 4 if ever needed
- With respect to process maturity:
- Goal of this course is to move away researchers from Level 1
- Level 1 development should only apply to ad-hoc projects, typically developed over at most few days.
Expand Down
3 changes: 2 additions & 1 deletion episodes/version_control.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ including the tracked files and sub-directories located within the project's dir
If we ever delete the `.git` subdirectory,
we will lose the project's history.

We can now start using one of the most important git commands, which is particularly helpful to beginners. `git status` tells us the status of our project, and better, a list of changes in the project and options on what to do with those changes. We can use it as often as we want, whenever we want to understand what is going on.
We can now start using one of the most important git commands, which is particularly helpful to beginners. `git status` tells us the status of our project, and better,
a list of changes in the project and options on what to do with those changes. We can use it as often as we want, whenever we want to understand what is going on.

```bash
$ git status
Expand Down
2 changes: 1 addition & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction
---

The purpose of this course is to introduce the basics of professional software development to
QuTech PhD strudents and researches. We firmly believe that adopting professional software development
QuTech PhD students and researchers. We firmly believe that adopting professional software development
practices throughout our research organization will yield significant long-term advantages, including:

- Faster onboarding of new PhD students
Expand Down

0 comments on commit a46576f

Please sign in to comment.