From 9b5234b7f466e2db69b04fd16ff1173efc58ccfc Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 30 Jul 2018 17:18:50 -0700 Subject: [PATCH] Fix typos --- ext/afform/docs/embed.md | 2 +- ext/afform/docs/writing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/afform/docs/embed.md b/ext/afform/docs/embed.md index df63184093..7d754c09e7 100644 --- a/ext/afform/docs/embed.md +++ b/ext/afform/docs/embed.md @@ -2,7 +2,7 @@ In the [quick-start example](quickstart.md), we registered a new route (`"server_route": "civicrm/hello-world"`) -- this created a simple, standalone page with the sole purpose of displaying the `helloworld` form. What if we want to embed the form -somewhere else -- e.g. as a dialog inside an event-listing or membership directory? Afforms are actualy *re-usable +somewhere else -- e.g. as a dialog inside an event-listing or membership directory? Afforms are actually *re-usable sub-forms*. How does this work? Every `afform` is an *AngularJS directive*. For example, `helloworld` can be embedded with: diff --git a/ext/afform/docs/writing.md b/ext/afform/docs/writing.md index cd4bf7f870..f079a0c4ee 100644 --- a/ext/afform/docs/writing.md +++ b/ext/afform/docs/writing.md @@ -1,4 +1,4 @@ -# [Writing Forms: Afform as basic AngularJS templates +# Writing Forms: Afform as basic AngularJS templates In AngularJS, the primary language for orchestrating a screen is HTML. You can do interesting things in Angular HTML, such as displaying variables and applying directives. -- 2.25.1