Skip to content

Commit 196e953

Browse files
author
Dave Conway-Jones
committed
fix small typo in About
1 parent fd530ab commit 196e953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

about/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: about-single
33
title: About
44
---
55

6-
Node-RED is a flow-based programming tool, original developed by [IBM's Emerging Technology Services](https://emerging-technology.co.uk)
6+
Node-RED is a flow-based programming tool, originally developed by [IBM's Emerging Technology Services](https://emerging-technology.co.uk)
77
team and now a part of the [JS Foundation](https://js.foundation).
88

99
### Flow-based Programming
@@ -21,7 +21,7 @@ without having to understand the individual lines of code within each node.
2121

2222
### Runtime/Editor
2323

24-
Node-RED consists of a Node.js-based runtime that you point a web browser at to
24+
Node-RED consists of a Node.js based runtime that you point a web browser at to
2525
access the flow editor. Within the browser you create your application by dragging
2626
nodes from your palette into a workspace and start to wire them together. With a
2727
single click, the application is deployed back to the runtime where it is run.

0 commit comments

Comments
 (0)