Skip to content

Commit 0661b5e

Browse files
authored
Corrects some typos (#66)
* 'Corrects typo 'programatically' into 'programmatically'.' * 'Corrects typo 'reqest' into 'request'.' * 'Corrects typo 'fitlering' into 'filtering'.'
1 parent c7531c4 commit 0661b5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/library/flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def get_job_output(jobid, user=None, delay=None):
259259

260260
jobid = flux.job.JobID(jobid)
261261

262-
# If the submit is too close to the log reqest, it cannot find the file handle
262+
# If the submit is too close to the log request, it cannot find the file handle
263263
# It could be also the jobid cannot be found.
264264
try:
265265
for line in flux.job.event_watch(app.handle, jobid, "guest.output"):

app/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>Flux Interface</h1>
22

33
<p>
4-
This project uses <a href="https://fastapi.tiangolo.com/">FastAPI</a>, <a href="https://jinja.palletsprojects.com/en/2.11.x/">Jinja2</a>, and <a href="https://getbootstrap.com/docs/4.1/getting-started/introduction/">Bootstrap4</a> to provide a simple user interface and API to programatically interact with Flux.
4+
This project uses <a href="https://fastapi.tiangolo.com/">FastAPI</a>, <a href="https://jinja.palletsprojects.com/en/2.11.x/">Jinja2</a>, and <a href="https://getbootstrap.com/docs/4.1/getting-started/introduction/">Bootstrap4</a> to provide a simple user interface and API to programmatically interact with Flux.
55
</p>

docs/getting_started/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ render data tables and similar.
4242

4343
- data: the list of jobs
4444
- recordsTotal: the total number of jobs available
45-
- recordsFiltered: the total after fitlering by the query, length, start
45+
- recordsFiltered: the total after filtering by the query, length, start
4646
- draw: an integer used by Jquery Datatables
4747

4848
### POST `/v1/jobs/submit`

0 commit comments

Comments
 (0)