From 2cf5f7b1475cfeca5042d94f6d42cf4d4228bde7 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 9 Jan 2024 15:22:57 +0000 Subject: [PATCH] wip --- .vale.ini | 2 +- docs/courses/level-one/chapter-5/chapter-5.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vale.ini b/.vale.ini index f03a9e7cd..37cc79df9 100644 --- a/.vale.ini +++ b/.vale.ini @@ -5,4 +5,4 @@ Vocab = default BasedOnStyles = from-alex, from-write-good, n8n-styles, from-microsoft, Vale Vale.Terms = NO from-alex.Profanity = NO -TokenIgnores = (\-\-8\<\-\- \".*\"), (-only), (\*\*.*\*\*), (\**Release date:\**.*), (\[\[\%.*\%\]\]), (\[.*\]\(.*\)\{:target=_blank .external-link\}), (\[\[.*\]\]), (Rocket\.Chat), (\(https.*\)) +TokenIgnores = (\-\-8\<\-\- \".*\"), (-only), (\*\*.*\*\*), (\*\*Release date:\*\*.*), (\[\[\%.*\%\]\]), (\[.*\]\(.*\)\{:target=_blank .external-link\}), (\[\[.*\]\]), (Rocket\.Chat), (\(https.*\)) diff --git a/docs/courses/level-one/chapter-5/chapter-5.1.md b/docs/courses/level-one/chapter-5/chapter-5.1.md index a2540762a..fccb81750 100644 --- a/docs/courses/level-one/chapter-5/chapter-5.1.md +++ b/docs/courses/level-one/chapter-5/chapter-5.1.md @@ -15,7 +15,7 @@ Name this new workflow “Nathan's workflow.” The first thing you need to do is get data from ABCorp's old data warehouse. -In the previous chapter, you used a specific action in the app (YCombinator). However, not all apps or services have dedicated nodes, like the legacy data warehouse from Nathan's company. +In the previous chapter, you used a specific action in the app (Y Combinator). However, not all apps or services have dedicated nodes, like the legacy data warehouse from Nathan's company. Though it's not possible to directly export the data, the data warehouse has a couple of API endpoints. That's all we need to access the data using the [***HTTP Request node***](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/){:target="_blank" .external} in n8n.