Skip to content

Commit f36104f

Browse files
authored
Fix typos (#550)
* Fix typo Activties -> Activities * Fix typos acvitivities -> activities
1 parent 4ed014f commit f36104f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/content/labs/aws-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ After that, click on "_Map to flow outputs_" to map the output parameters you cr
4747

4848
## Step 3: Add activities
4949

50-
You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the large `+` sign
50+
You’ll have to add some activities to the flow for it to do something. To add an activity click on the large `+` sign
5151

5252
![step 3a](../../images/labs/aws-iot/step3a.png)
5353

docs/content/labs/bookstore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Now for the outputs, click on "_Map to flow outputs_" to map the output paramete
4747

4848
## Step 3: Adding activities
4949

50-
You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the large `+` sign
50+
You’ll have to add some activities to the flow for it to do something. To add an activity click on the large `+` sign
5151

5252
![step 3a](../../images/labs/bookstore/step3a.png)
5353

docs/content/labs/helloworld.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To create a new app, open the Flogo Web UI and from there, click "_New_" to crea
5050

5151
In Flogo, a flow is an implementation of an action and is the primary tool to implement business logic. A flow can consist of a number of different constructs:
5252

53-
* **Activties**: One or more activities that implement specific logic (for example write to a database, invoke a REST endpoint, etc)
53+
* **Activities**: One or more activities that implement specific logic (for example write to a database, invoke a REST endpoint, etc)
5454
* **Links**: Each activity is connected via a link (_Links can contain conditional logic to alter the path of a flow_)
5555

5656
Flows, as previously stated in the triggers section, can exist without a trigger. Thus, flows operate very similar to functions, that is, a single flow can define its own input & output parameters. Thus, enabling a flow to be reused regardless of the trigger entrypoint To create a new flow you can click either the `+ New Flow` button at the top or the `Create a flow` button in the middle of the screen.
@@ -102,7 +102,7 @@ The URL on which our microservice will listen will be `http://localhost:9233/tes
102102

103103
## Step 5: Adding activities
104104

105-
An activity is the unit of work that can be leveraged within a Flow. An activity can be any number of things and can be compared to a simple function in Go or any other procedural language, that is, an activity accepts input params and will return one or more objects on return, both input & output params are defined by the activity metadata. You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the large `+` sign
105+
An activity is the unit of work that can be leveraged within a Flow. An activity can be any number of things and can be compared to a simple function in Go or any other procedural language, that is, an activity accepts input params and will return one or more objects on return, both input & output params are defined by the activity metadata. You’ll have to add some activities to the flow for it to do something. To add an activity click on the large `+` sign
106106

107107
![step 5](../../images/labs/helloworld/step5.png)
108108

@@ -126,4 +126,4 @@ Project Flogo can build binaries for most platforms that exist. If you choose to
126126

127127
## Step 8: Run your app
128128

129-
To run the app double-click it (on Windows), or open a terminal and execute the downloaded binary. As you'll do that, you'll not only see the output of the log step, but you'll see the same in your browser window as well. The URL on which our microservice will listen should be `http://localhost:9233/test/:name` (or might be different if you made changes in the previous steps). If you're running it on your machine you can open a browser window and go to `http://localhost:9233/test/flogo` to see what the output was (spoiler alert: you'll see `"Hello flogo"` in your web browser). To stop your app simply close the terminal window in which you started the app or press **ctrl + c**
129+
To run the app double-click it (on Windows), or open a terminal and execute the downloaded binary. As you'll do that, you'll not only see the output of the log step, but you'll see the same in your browser window as well. The URL on which our microservice will listen should be `http://localhost:9233/test/:name` (or might be different if you made changes in the previous steps). If you're running it on your machine you can open a browser window and go to `http://localhost:9233/test/flogo` to see what the output was (spoiler alert: you'll see `"Hello flogo"` in your web browser). To stop your app simply close the terminal window in which you started the app or press **ctrl + c**

docs/content/labs/invoiceservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The URL on which our microservice will listen will be `http://localhost:9234/api
6262

6363
## Step 3: Add activities
6464

65-
You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the large `+` sign
65+
You’ll have to add some activities to the flow for it to do something. To add an activity click on the large `+` sign
6666

6767
![step 3a](../../images/labs/invoiceservice/step3a.png)
6868

docs/content/labs/paymentservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The URL on which our microservice will listen will be `http://localhost:9233/api
6262

6363
## Step 3: Add activities
6464

65-
You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the large `+` sign
65+
You’ll have to add some activities to the flow for it to do something. To add an activity click on the large `+` sign
6666

6767
![step 3a](../../images/labs/paymentservice/step3a.png)
6868

docs/content/labs/pubnub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After that, click on "_Map to flow inputs_" to map the message from PubNub to th
4949

5050
## Step 5: Adding activities
5151

52-
You’ll have to add some acvitivities to the flow for it to do something. In this demo you'll add two activities to the flow. The first activity will log the message and the second one will store the data in a file. To add an activity click on the other large `+` sign
52+
You’ll have to add some activities to the flow for it to do something. In this demo you'll add two activities to the flow. The first activity will log the message and the second one will store the data in a file. To add an activity click on the other large `+` sign
5353

5454
![step 5](../../images/labs/pubnub/step5.png)
5555

docs/content/labs/raspberry-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ After that, click on "_Map to flow outputs_" to map the output parameters you cr
4747

4848
## Step 3: Add activities
4949

50-
You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the other large `+` sign
50+
You’ll have to add some activities to the flow for it to do something. To add an activity click on the other large `+` sign
5151

5252
![step 3a](../../images/labs/raspberry-iot/step3a.png)
5353

docs/content/labs/timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Click "_save_" to make sure everything is, well…, saved. You can click the lit
3636

3737
## Step 3: Add activities
3838

39-
An activity is the unit of work that can be leveraged within a Flow. An activity can be any number of things and can be compared to a simple function in Go or any other procedural language, that is, an activity accepts input params and will return one or more objects on return, both input & output params are defined by the activity metadata. You’ll have to add some acvitivities to the flow for it to do something. To add an activity click on the large `+` sign
39+
An activity is the unit of work that can be leveraged within a Flow. An activity can be any number of things and can be compared to a simple function in Go or any other procedural language, that is, an activity accepts input params and will return one or more objects on return, both input & output params are defined by the activity metadata. You’ll have to add some activities to the flow for it to do something. To add an activity click on the large `+` sign
4040

4141
![step 3a](../../images/labs/timers/step3a.png)
4242

0 commit comments

Comments
 (0)