Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 30, 2023
1 parent 5636018 commit d31f784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We pin major.minor version of python, so this will stay the same even after invo
## Outdated packages

To help to identify packages that can be updated, you can use the following helper tool.
It will list all the updateable packages installed in the `Dockerfile` --
It will list all the outdated packages installed in the `Dockerfile` --
dependencies are filtered to focus only on requested packages.

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Follow the process below to add a new recipe:
1. Open the `docs/using/recipes.md` source file.
2. Add a second-level Markdown heading naming your recipe at the bottom of the file (e.g., `## Slideshows with JupyterLab and RISE`)
3. Write the body of your recipe under the heading, including whatever command line, links, etc. you need.
4. If you have a Dockerfile, please put it in a `recipe_code` subfolder
4. If you have a Dockerfile, please put it in a `recipe_code` subdirectory
and update [contributed-recipes workflow](https://github.com/jupyter/docker-stacks/blob/main/.github/workflows/contributed-recipes.yml) to include your file.
5. [Submit a pull request](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request) (PR) with your changes.
Maintainers will respond and work with you to address any formatting or content issues.
2 changes: 1 addition & 1 deletion docs/maintaining/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When there's a new stack definition, check before merging the PR:
The image links to the [blockdiag source](http://interactive.blockdiag.com/) used to create it.
2. PR updates the [Makefile](https://github.com/jupyter/docker-stacks/blob/main/Makefile), which is used to build the stacks in order on GitHub Actions.
3. Necessary tags/manifests are added for the new image in the [tagging](https://github.com/jupyter/docker-stacks/tree/main/tagging) folder.
4. A new repository is created in the `jupyter` org on Docker Hub
4. A new repository is created in the `jupyter` org on Docker Hub,
and it's named after the stack folder in the git repo.
5. Grant the `stacks` team permission to write to this repo.

Expand Down

0 comments on commit d31f784

Please sign in to comment.