Skip to content

Commit

Permalink
Fix markdown typos (#1285)
Browse files Browse the repository at this point in the history
Follow up to #1283.
  • Loading branch information
janosh authored Dec 3, 2023
1 parent c7a1ef9 commit 6abe621
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

- Fixed compatability with FireWorks.
- Fixed I/O issue on Windows and NFS filesystems where Sella optimizations would crash.
- Fixed compatibility with FireWorks.
- Fixed I/O issue on Windows and NFS file systems where Sella optimizations would crash.

## [0.2.7]

Expand Down
2 changes: 1 addition & 1 deletion docs/user/basics/wflow_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ graph LR

2. The `#!Python @flow` decorator will be transformed into `#!Python @ct.lattice`.

3. This commmand will dispatch the workflow to the Covalent server.
3. This command will dispatch the workflow to the Covalent server.

=== "Redun"

Expand Down
2 changes: 1 addition & 1 deletion docs/user/wflow_engine/executors1.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ In the previous examples, we have been running calculations on our local machine

??? Note

If you plan to use the dedicated [SlurmExecutor](https://docs.covalent.xyz/docs/user-documentation/api-reference/executors/slurm) developed by Covalent, an analagous example is included below:
If you plan to use the dedicated [SlurmExecutor](https://docs.covalent.xyz/docs/user-documentation/api-reference/executors/slurm) developed by Covalent, an analogous example is included below:

```python
n_nodes = 2
Expand Down

0 comments on commit 6abe621

Please sign in to comment.