From 50d832c2f89d979234aaa85a44eca654beef7094 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Mon, 8 May 2017 16:21:24 -0400 Subject: [PATCH 1/2] Remove pseudocode --- docs/frontend/PLUGINS.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/frontend/PLUGINS.md b/docs/frontend/PLUGINS.md index fa582877c..2ca36a4f1 100644 --- a/docs/frontend/PLUGINS.md +++ b/docs/frontend/PLUGINS.md @@ -95,18 +95,12 @@ Slots properties take an`Array` so we can add as many components as we want. `Note: the concepts in this section are still to be implemented. Code samples are for discussion and may change.` -In order to allow you to build more complex plugins, we have wrapped some of our functionality in higher order componenets that expose a simple api. +In order to allow you to build more complex plugins, we have wrapped some of our functionality in higher order components that expose a simple api. ### Reactions Reactions provide users the ability to 'like', 'respect', etc... comments. -``` - - - -``` - Note: some server side work will need to accompany this client side component. See the like and respect plugins as examples. ### Comment Stream @@ -117,10 +111,6 @@ Comment streams may be created with filtering and ordering in place: * filter by tag * sort by date ascending / descrnding -``` - -``` - ### Comment Commit hooks // docs for the pre/post comment submit commit hooks From c0b526e98d79c1c7f806ebfa55c75bab2cfb6437 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 9 May 2017 08:03:18 -0400 Subject: [PATCH 2/2] Fix typo --- docs/frontend/PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/PLUGINS.md b/docs/frontend/PLUGINS.md index 2ca36a4f1..8377d0359 100644 --- a/docs/frontend/PLUGINS.md +++ b/docs/frontend/PLUGINS.md @@ -109,7 +109,7 @@ Comment streams may be created with filtering and ordering in place: * filter by user * filter by tag -* sort by date ascending / descrnding +* sort by date ascending / descending ### Comment Commit hooks