diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 819019326..ef7431f81 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,4 @@ jobs: - uses: actions/checkout@v3 - uses: errata-ai/vale-action@reviewdog with: - fail_on_error: true files: '["docs", "_snippets"]' diff --git a/.vale.ini b/.vale.ini index 02a71d2c1..37cc79df9 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,5 +1,5 @@ StylesPath = "styles" -MinAlertLevel = error +MinAlertLevel = warning Vocab = default [*.md] BasedOnStyles = from-alex, from-write-good, n8n-styles, from-microsoft, Vale diff --git a/docs/courses/level-one/chapter-5/chapter-5.2.md b/docs/courses/level-one/chapter-5/chapter-5.2.md index 8b377756c..ceed29755 100644 --- a/docs/courses/level-one/chapter-5/chapter-5.2.md +++ b/docs/courses/level-one/chapter-5/chapter-5.2.md @@ -23,9 +23,9 @@ If we're going to insert data into Airtable, we first need to set up a table the 3. In the beginner course base you have by default a *Table 1* with four fields: *Name, Notes, Assignee, and Status*. These fields aren't relevant for us since they aren't in our orders data set. This brings us to the next point: the names of the fields in Airtable have to match the names of the columns in the node result. - - Replace the four default table fields with the five column names from the data set, selecting **Number** field type for `orderID`, `customerID`, and `orderPrice`, and **Single line text** for `employeeName` and `orderStatus`. - - Delete the 3 blank rows created by default. - - Also, rename the table from *Table 1* to *orders* to make it easier to identify. + - Replace the four default table fields with the five column names from the data set, selecting **Number** field type for `orderID`, `customerID`, and `orderPrice`, and **Single line text** for `employeeName` and `orderStatus`. + - Delete the 3 blank rows created by default. + - Also, rename the table from *Table 1* to *orders* to make it easier to identify. Now your table should look like this: